We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to use gogol with GCE. I'm getting this error when connecting:
RetrievalError (StatusCodeException (Status {statusCode = 404, statusMessage = "Not Found"})
... and later on ...
The requested URL <code>/instance/service-accounts/default/token</code> was not found on this server.
...
("X-Request-URL","GET http://metadata.google.internal:80instance/service-accounts/default/token")
It looks like the correct path is this:
$ curl -H "Metadata-Flavor: Google" \ http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/default/token << a valid token >>
But it looks like gogol is missing part of the path. Or I'm doing something dumb...
gogol
The text was updated successfully, but these errors were encountered:
Thanks for raising the issue! I'll look into it.
Sorry, something went wrong.
Adding /computeMetadata/v1/ path prefix to metadata token refresh req…
5c7350c
…uests Fixes #35
Merge pull request #37 from brendanhay/feature/#35
1a5ab50
Add /computeMetadata/v1/ path prefix to metadata token refresh requests
Apologies for the slow turn around, I'll get this onto Hackage shortly.
brendanhay
No branches or pull requests
I'm trying to use gogol with GCE. I'm getting this error when connecting:
... and later on ...
...
It looks like the correct path is this:
But it looks like
gogol
is missing part of the path. Or I'm doing something dumb...The text was updated successfully, but these errors were encountered: