Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork4.5k
fix: secret value stored not decoded#13543
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Conversation
localstack-bot commentedDec 18, 2025
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commentingrecheck in this Pull Request.Posted by theCLA Assistant Lite bot. |
Motivation
closes#13518
Changes
encode the secret binary before update_secret or put_secret value, in the create secret the binary is being encoded before it is sent to moto in update and put the value is being send without encoding
Tests
tests/integration/test_put_secret_value.py
Related