Replies: 1 comment
-
hi @Shmalikov Do you still have this problem? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use IAM auth as written here https://github.com/rajanadar/VaultSharp#aws-auth-method---iam
Also, I'm setting to ignore the validation self-signed certificate:
I'm launching code in AWS Instance, so for credentials I use:
var awsCredentials = new InstanceProfileAWSCredentials();
It looks like it should work, awsCredentials is getting all needed stuff Token, AccessKey, SecretKey.
But I'm getting the error:
VaultSharp.Core.VaultApiException: {"errors":["invalid request header: X-Amz-Content-Sha256"]}
What could be the reason for that error?
Beta Was this translation helpful? Give feedback.
All reactions