aws-samples / aws-secret-sidecar-injector

Kubernetes mutating webhook to fetch secrets from AWS Secrets Manager
MIT No Attribution
145 stars 35 forks source link

Inject as an Environment variable #35

Closed sainih09 closed 4 years ago

sainih09 commented 4 years ago

Is it possible for mutating webhook to create an environment variable inside the container instead of mounting a volume?

jicowan commented 4 years ago

@hariomsaini we chose not to support environment variables because the values of environment variables can leak in logs and through docker inspect.