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

--auto-discover-default-role broken in 0.6.2+ #83

Closed
cknowles opened this issue Jun 12, 2017 · 1 comment
Closed

--auto-discover-default-role broken in 0.6.2+ #83

cknowles opened this issue Jun 12, 2017 · 1 comment

Comments

@cknowles
Copy link

This commit changed the metadata lookup for default IAM role but to a value that does not exist:

-	iamRole, err := metadata.GetMetadata("iam/security-credentials/")
+	iamRole, err := metadata.GetMetadata("Client/security-Credentials/")
@cknowles cknowles changed the title --auto-discover-default-role broken in 0.6.3 --auto-discover-default-role broken in 0.6.2+ Jun 12, 2017
@jtblin jtblin closed this as completed in c8db3ed Jun 14, 2017
@jtblin
Copy link
Owner

jtblin commented Jun 14, 2017

Sorry about that, it looks like my IDE renamed strings when I did the refactoring. Released 0.6.4 with the fix.

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