You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you configure the provider to use basic authentication you will receive HTTP 403s unless you explicitly disable sign_aws_requests. The error message is quite confusing since the credentials are correct.
│ Error: HTTP 403 Forbidden: Permission denied. Please ensure that the correct credentials are being used to access the cluster.
[Untriage]
Thanks @Sovietaced, a document PR went in #114 and an open PR #117 to auto disable sign_aws_requests when using basic auth, pending adding some unit tests and review.
Thank you
Adding @bbarani@rblcoder
What is the bug?
If you configure the provider to use basic authentication you will receive HTTP 403s unless you explicitly disable
sign_aws_requests
. The error message is quite confusing since the credentials are correct.How can one reproduce the bug?
What is the expected behavior?
The provider should work by just specify a username and password for HTTP basic auth.
I'm thinking about filing a pull request which just uses a normal HTTP client when basic auth is configured.
The text was updated successfully, but these errors were encountered: