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

Greengrass reset_deployments responds with 403 AccessDeniedException #1949

Open
jon-lewis opened this issue Jul 22, 2021 · 1 comment
Open

Comments

@jon-lewis
Copy link

When calling the reset_deployments method on the GreengrassClient, you will get a 403 error like so:

Error: Unknown( BufferedHttpResponse {status: 403, body: "{\"Message\":\"Unable to determine service/operation name to be authorized\"}"

This is due to the URL of reset_deployments containing a '$'. The AWS API is expecting a '$' in the URL and '$' to be encoded in the signature. Currently, signature.rs is encoding $ in the URL which I believe is incorrect.

@jon-lewis
Copy link
Author

PR

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

1 participant