-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump Go client version #288
Comments
thanks for creating this issue @telday ! The secrets-provider uses the Just to clarify - to use this feature we need to add the new header and then base-64 decode each secret in the JSON object? |
@orenbm yup! I think we would update the go client so that this request then the secrets provider would just have to bump its go client version. |
beauty! |
Note: the server was changed, so we'll actually want to change this to use v0.7.2 of the go client, to be released in cyberark/conjur-api-go#102 |
Is your feature request related to a problem? Please describe.
The Go client was updated to retrieve batch secrets using the
Accept: base64
header in order to avoid encoding errors in Conjur. This secrets provider should be updated to use the new version of the client which includes this update.Additional context
Here is the original issue referencing the use of secrets provider for k8s.
The text was updated successfully, but these errors were encountered: