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
I have "Usage Plans" enabled on my AWS API Gateways and now when I create a new API with Zappa which has api_key_required: true all requests I make to that API return 403.
Apparantly AWS requires created API Keys to be associated with a usage plan before they can be used
[2b4492] [2016-10-11 15:26:57] Verifying Usage Plan for request: 25bdd356-8fc7-11e6-93c4-e3cf41861839. API Key: **********************************gE96dR API Stage: i01t0vftre/staging
[2b4492] [2016-10-11 15:26:57] API Key **********************************gE96dR not authorized because method 'GET /' requires API Key and API Key is not associated with a Usage Plan for API Stage i01t0vftre/staging: API Stage is not in a Usage Plan
[2b4492] [2016-10-11 15:26:57] Method completed with status: 403
I can associate the keys manually in the AWS UI for now, but ideally Zappa should auto create the usage plan for me (or allow me to specify the name of an existing usage plan to associate the key with)
The text was updated successfully, but these errors were encountered:
Originally from: Miserlou/Zappa#390 by jakul
I have "Usage Plans" enabled on my AWS API Gateways and now when I create a new API with Zappa which has
api_key_required: true
all requests I make to that API return 403.Apparantly AWS requires created API Keys to be associated with a usage plan before they can be used
I can associate the keys manually in the AWS UI for now, but ideally Zappa should auto create the usage plan for me (or allow me to specify the name of an existing usage plan to associate the key with)
The text was updated successfully, but these errors were encountered: