-
-
Notifications
You must be signed in to change notification settings - Fork 186
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
Secrets Manager Datasource Doesn't Appear to Work #2190
Comments
I think this may a duplicate to #2180 - as a workaround, try setting the region? |
It's not that unfortunately, the error message when I hadn't was very clear which was nice:
|
Ah - this reminds me of some strangeness I had to deal with in the old v3 implementation. Looks like some of that got lost in the v4/go-fsimple shuffle. |
This issue is stale because it has been open for 60 days with no If it's still relevant, one of the following will remove the stale
|
I'm not capable but a fix would still be much appreciated |
Hi,
I'm attempting to retrieve secrets using AWS Secrets Manager (on an EC2 instance), however, I'm getting this error:
Looking at my CloudTrail logs, I'm seeing this:
As you can see on that last line, a forward slash is being included at the start of the secretId when it shouldn't be. This also occurs if I specify, for instance, goemplate/something or goemplate/something/something.
Any assistance appreciated and thanks for a great tool.
The text was updated successfully, but these errors were encountered: