Setting the X-Aws-Parameters-Secrets-Token header in SecretsManagerClient #1283
Closed
NikolayMetchev
started this conversation in
General
Replies: 1 comment 4 replies
-
To use this feature, you need to make requests to a locally-hosted secrets manager instance running in Lambda. There is no feature in the Kotlin SDK to do this for you. We expose our internal HTTP client which you could use to make these requests, but ultimately it will be a manual HTTP request to an endpoint like |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am looking at the lambda documentation here: https://docs.aws.amazon.com/secretsmanager/latest/userguide/retrieving-secrets_lambda.html
I would like to use the AWS-Parameters-and-Secrets-Lambda-Extension in my lambda and the Kotlin SDK.
I think SecretsManagerClient will work but it needs an extra header set. I don't know if the current API allows me to set that header
X-Aws-Parameters-Secrets-Token
.Is this something that is supported now?
Beta Was this translation helpful? Give feedback.
All reactions