1Password / connect-helm-charts

Official 1Password Helm Charts
https://developer.1password.com
MIT License
93 stars 74 forks source link

Use existing secrets #85

Closed rchrd closed 2 years ago

rchrd commented 2 years ago

Summary

Add the option to use existing secrets instead of creating new ones.

Use cases

1Password connect and operator are installed via Flux (GitOps). This means the configuration is in Git and cannot contain any secrets. Initial secrets, like the ones used by 1Password, can be created by admins when the cluster is bootstrapped.

Proposed solution

Add a flag to connect and operator to use an existing secret. This flag can be checked in connect-credentials.yaml and operator-token.yaml.

rchrd commented 2 years ago

Sorry, seems I made a config error; I specified operator.token.value instead of operator.token.key.

So it is already possible to use existing secrets 👍🏻