Chalice: Need a way to handle auth

Created on 28 Jun 2016  路  2Comments  路  Source: aws/chalice

AFAICT, there is currently no way to get any kind of authentication of requests.

feature-request

Most helpful comment

API Gateway supports;
1) API Key
2) IAM User signature
3) Custom auth

Custom Auth being a lambda function which manages OAuth or any other authentication mechanism not defined above.

I believe enabling 1) and 2) are just additional variables to pass within the API request so shouldn't be too difficult to do.

All 2 comments

Are you referring to basic HTTP authentication? I could imagine building OAuth into your API with the existing functionality, but I could be missing something 馃槃

API Gateway supports;
1) API Key
2) IAM User signature
3) Custom auth

Custom Auth being a lambda function which manages OAuth or any other authentication mechanism not defined above.

I believe enabling 1) and 2) are just additional variables to pass within the API request so shouldn't be too difficult to do.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

GDavisSS picture GDavisSS  路  3Comments

mrdavidhanson picture mrdavidhanson  路  3Comments

Miserlou picture Miserlou  路  4Comments

adsahay picture adsahay  路  4Comments

variable picture variable  路  4Comments