Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 736 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 736 Bytes

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