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
The JCasC offers the base64 and decodeBase64 helpers that can be applied to a secret prior to use, but they are not applicable here. Also, the secretBytes of a file Credential are automatically base64-decoded before being passed to a pipeline.
When migrating to hashicorp-vault-plugin (say from file Credential to vaultFileCredentialImpl), there is no way to retrieve the same behavior. A base64-encoded file that lies in Vault cannot be passed to a pipeline decoded already which forces us to modify the way pipelines handle such Credentials.
Did I miss anything ?
Thanks a lot
Upstream changes
No response
The text was updated successfully, but these errors were encountered:
What feature do you want to see added?
The JCasC offers the
base64
anddecodeBase64
helpers that can be applied to a secret prior to use, but they are not applicable here. Also, thesecretBytes
of afile
Credential are automatically base64-decoded before being passed to a pipeline.When migrating to hashicorp-vault-plugin (say from
file
Credential tovaultFileCredentialImpl
), there is no way to retrieve the same behavior. A base64-encoded file that lies in Vault cannot be passed to a pipeline decoded already which forces us to modify the way pipelines handle such Credentials.Did I miss anything ?
Thanks a lot
Upstream changes
No response
The text was updated successfully, but these errors were encountered: