Skip to content

rodrigodealer/secrets-injector

Repository files navigation

Docker Rust

secrets-injector

Application to deal with secrets from various providers and inject them into your application using environment variables.

Building

You need rust installed.

$ cargo build --release

Running tests

$ cargo test

Building your docker image

$ docker build . -t youruser/secrets-injector:latest

Providers supported at the moment

  • Vault
  • AWS Secrets Manager
  • AWS Parameter Store
  • GCP Secrets Manager

Contributing

Contribution guidelines for this project

About

Multi-provider secrets injector

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published