-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Labels
bugSomething isn't workingSomething isn't workingtrackedIssue is tracked in 1Password's internal ticketing system as well.Issue is tracked in 1Password's internal ticketing system as well.
Description
Your environment
Chart Version: 1.7.1
Helm Version: 3.8.1
Kubernetes Version: v1.23.4
What happened?
I am using the op cli tool to get the credentials.json from a 1Password vault and register it to an ansible variable. Then I'm base64 encoding the json and pass it to the helm-charts connect.credentials_base64 value.
Because of the stringData: type in the secret, the base64 value gets encoded again.
What did you expect to happen?
If a _base64 variable is provided, then it should be able to take values without using --set-file flags. This would make it compatible with different scenarios, where you don't want to store the credentials json in an actual file or retrieve it from a script.
Steps to reproduce
- Pass a base64 encoded credentials.json string to the
connect.credentials_base64value
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtrackedIssue is tracked in 1Password's internal ticketing system as well.Issue is tracked in 1Password's internal ticketing system as well.