We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running a query to update the secret of a secret throws the following error Failed to run sql query: invalid base64 end sequence
secret
Failed to run sql query: invalid base64 end sequence
This is done by updating the secret column of the decrypted_secrets view from vault
decrypted_secrets
vault
The text was updated successfully, but these errors were encountered:
This is fixed in the latest version with vault.update_secret() like #11
vault.update_secret()
Sorry, something went wrong.
No branches or pull requests
Bug report
Describe the bug
Running a query to update the
secret
of a secret throws the following errorFailed to run sql query: invalid base64 end sequence
This is done by updating the
secret
column of thedecrypted_secrets
view fromvault
The text was updated successfully, but these errors were encountered: