ForgeRock / secret-agent

Generate random Kubernetes secrets and optionally store them in a Cloud Secret Manager
Apache License 2.0
17 stars 20 forks source link

Ability to select the source NS for cloud creds #136

Closed jrcast closed 3 years ago

jrcast commented 3 years ago
  1. Users can force the NS the operator uses to source cloud creds
  2. The NS is provided using --cloud-secrets-namespace runtime arg.
  3. If the arg is omitted, it assumes the creds NS is the same as the SAC
  4. The sample deployment uses the same NS as the operator by default
  5. Update the README.md to account for these changes.

Closes #133