onepassword-operator
onepassword-operator copied to clipboard
The 1Password Connect Kubernetes Operator provides the ability to integrate Kubernetes Secrets with 1Password. The operator also handles autorestarting deployments when 1Password items are updated.
### Summary The operator currently ignores fields with empty values, if possible could an option be added to `OnePasswordItem` to include these empty fields See: https://1password.community/discussion/128713/secret-with-empty-value-field
### Your environment Operator Version: 1.8.1 Connect Server Version: 1.7.2 Kubernetes Version: 1.29.3 ## What happened? Im setting up external DNS in my cluster with the pi-hole provider. I want...
### Summary When writing a `OnePasswordItem` definition, it would be helpful to reference individual fields of a 1password item rather than the entire item as a whole. ### Use cases...
### Your environment Operator Version: 1.5.7 Connect Server Version: 1.5.7? Kubernetes Version: v1.23.14 ## What happened? The memory usage of my `onepassword-connect` pod was 1097Mi which seems very high, is...
Failed to retrieve item: status 408: sync did not complete within timeout, please retry the request
### Your environment Operator Version: 1.6.0 Connect Server Version: 1.5.7 Kubernetes Version: v1.27.11+k3s1 ## What happened? Tried to get test creds via following yaml `apiVersion: onepassword.com/v1 kind: OnePasswordItem metadata: name:...
Currently, the operator only restarts `Deployments` but no other type of workload. For example `DaemonSets` cannot be restarted even though their restart mechanism is the same. We're using `Rollout`s from...
Add the empty value field to the secret. https://1password.community/discussion/128713/secret-with-empty-value-field
### Summary I would like to generate new Kubernetes secrets and store them into 1Password. So we could do something like, if the 1Password secret does not exist, generate a...
A lot of 3rd party operators and helm charts will often automatically generate a secret, e.g. to access a database, cache, or dashboard. It would be great to have the...
### Your environment Operator Version: v1.8.0 Connect Server Version: N/A Kubernetes Version: N/A ## What happened? As explained in a different project, propagating annotations and labels can be dangerous. In...