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.
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
andoperator
to use an existing secret. This flag can be checked inconnect-credentials.yaml
andoperator-token.yaml
.