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

fails to mount when using instance profile role and requiring Metadata v2.0 #497

Open
jonjohnston opened this issue Feb 26, 2020 · 4 comments

Comments

@jonjohnston
Copy link

I have discovered that when enabling Amazons new Metadata version 2 to be required instead of optional, goofys fails to mount if using instance profile role because the access key id, secret, and token are retrieved from the metadata but version 2.0 requires generating a token before making the metadata call. Please add compatibility for this.

@kahing
Copy link
Owner

kahing commented Mar 17, 2020

for reference that's https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-service.html . I think all that's needed is probably update aws-sdk-go

@jonjohnston
Copy link
Author

@kahing is this something that you will update in the next release or is there a way for me to update my linux box to do it?

@jonjohnston
Copy link
Author

@kahing can this please be implemented in next release? This is restricting our progress to move to metadata version 2

@drobert
Copy link

drobert commented Jan 18, 2024

I was looking for a similar bugfix. Stumbled on #671

It looks like it's been implemented but there isn't a pre-built release including it yet so currently requires 'build it yourself' to enable. I also have not tested it yet, but worth looking at. I suspect this ticket can probably be closed in favor of that one (or related).

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

3 participants