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

I want to use "IAM User signature" authorization_type. #93

Closed
minhoryang opened this issue Aug 9, 2016 · 5 comments
Closed

I want to use "IAM User signature" authorization_type. #93

minhoryang opened this issue Aug 9, 2016 · 5 comments

Comments

@minhoryang
Copy link

According to #14, I want to use "IAM User signature" authorization_type.
Which type should I write for it.

authorization_type='IAM'  # ?
@byumark
Copy link

byumark commented Jan 3, 2017

+1

1 similar comment
@3dw1np
Copy link

3dw1np commented Jan 25, 2017

+1

@kadrach
Copy link
Member

kadrach commented Feb 2, 2017

Not tested, but this document says

The API developer sets the method's authorizationType property to AWS_IAM to require that the caller submit the IAM user's access keys to be authenticated.

@3dw1np
Copy link

3dw1np commented Feb 12, 2017

Thanks, I confirm it works 👍
@app.route('/users', methods=['POST'], authorization_type='AWS_IAM', cors=True)

@jamesls
Copy link
Member

jamesls commented May 23, 2017

#334 has been merged which adds support for IAM authorization. Let me know if you have any questions/concerns.

@jamesls jamesls closed this as completed May 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants