Open
Description
Summary
It would be great to be able to create multiple secrets from 1Password using annotations.
This is based on this customer's feedback.
This attempt doesn't work since the map keys have to be unique.
apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
operator.1password.io/item-path: "vaults/test-k8s-cluster/items/nine-nine-test-secret"
operator.1password.io/item-name: "nine-nine-test-secret"
operator.1password.io/item-path: "vaults/test-k8s-cluster/items/demo-micro-configuration"
operator.1password.io/item-name: "demo-micro-configuration"
Use cases
A deployment may need secrets that are stored in multiple 1Password items. To have the scope narrowed down, one would prefer to provide the secrets needed for a deployment as annotations.
Is there a workaround to accomplish this today?
Create the secrets using OnePasswordItem
resources instead.
Metadata
Metadata
Assignees
Labels
No labels