Skip to content
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

lambda vault integration error reading secrets #332

Open
rudub opened this issue May 6, 2021 · 1 comment
Open

lambda vault integration error reading secrets #332

rudub opened this issue May 6, 2021 · 1 comment

Comments

@rudub
Copy link

rudub commented May 6, 2021

I followed this blog and created a new environment.
But lambda execution giving this error:

error reading file: open /tmp/vault_secret.json: no such file or directory

@zaidizeeshan
Copy link

you can test the lambda function first by defining the cred in the lambda environment variable
if the above test work then check the IAM role and policy again that attached with vault server and lambda
or
configure again aws auth by providing iam_server_id_header_value="" with the parameter.
vault write auth/aws/config/client iam_server_id_header_value=""

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants