bug: secret manager always returning base64 encoded string even in GoSDK #11319
Labels
area: integration/aws-sdk-go
Issues related to AWS Golang SDK
aws:secretsmanager
AWS Secrets Manager
type: bug
Bug report
Is there an existing issue for this?
Current Behavior
When using the Go aws SDK, It seems that localstack somehow always returns a base64 encoded secretBinary even though this should not happen for the GoSDK (and others besides Python?)
https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_GetSecretValue.html#API_GetSecretValue_ResponseSyntax
Expected Behavior
Return a non base64 encoded binary
How are you starting LocalStack?
With a docker-compose file
Steps To Reproduce
Below is some go code that works if the awsEndpoint is not overriden to localstack.
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: