AppSync GraphQL APIs should not use API keys for authentication

이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.

Description

Use approved authorization mechanisms for your AWS AppSync GraphQL APIs

An API key is a static value embedded in your application, generated by the AWS AppSync service upon creating an unauthenticated GraphQL endpoint. If this API key is exposed, your endpoint can be accessed without authorization. For applications or websites that are not intended for public access, it is advisable to use alternative authentication methods instead of an API key.

Remediation

Follow the Configuring authorization and authentication to secure your GraphQL APIs documentation to learn how to configure GraphQL API authorization types.

PREVIEWING: brett.blue/embedded-collector-release