How to associate an api key to an API Gateway websockets API

0

I've created a websocket api and I'm trying to secure it with an api key. I've checked the checkbox API Key Required in the $connect route and it is working fine as I get a 403 error when I invoke the API without api key from wscat. However, after creating an api key, I can't figure out how to associate it to the websockets API. I've tried from the console and also from aws cli, but no luck.

Please, any help would be appreciated.

Best regards,

Juan Carlos González

preguntada hace 5 años2469 visualizaciones
1 Respuesta
1

As usually happens, the answer was in the documentation... In order to assign an api key to a websockets api, it must be done via usage plans:
https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-api-key-source.html

respondido hace 5 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas