You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I have come across the same issue and was contemplating whether it is correct to aggregate all deployment credentials into a single secret.
IMO, it is a better practice to split secrets based on single use.
A suggested solution would be to append a suffix the annotation, something like:
Hey folks! 👋
Thank you so much for providing additional usage examples. We really appreciate it. 😄
I do see the value of enabling multiple secrets to be consumed by a single application through annotation, so it is something worth looking into.
I don't have any timelines when the team will look into this, but in the meantime, you're more than welcome to contribute to this if you'd like and have the time. 😊
I will keep you posted when there's any progress on this from my team, though.
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.
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.The text was updated successfully, but these errors were encountered: