-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
Send unsigned #769
Send unsigned #769
Conversation
@pbrisbin We talked about doing this when you wrote up the SSO stuff - do you have time to take a look? |
@pbrisbin What if, instead of requiring I think I will do this tomorrow. |
That does seem reasonable to me. I think seeing |
And re-export sending functions from `Amazonka`.
I'm much happier with how this turned out. Thanks for your input. |
This came up when @pbrisbin was adding SSO support - it would be nice to have an easy interface to send unsigned requests, in case AWS stand up more exotic auth methods.
I also refactored STS and SSO to use it.
EnvNoAuth
in public type signaturesFoldable withAuth
fromfromSSO
Foldable withAuth
fromfromWebIdentity
Closes #758