Authentication

In the Open Source version of YDB, working with topics via the Amazon SQS protocol is supported only without authentication.

Cluster setup

To disable authentication, in the security_config section of the cluster configuration file, set the enforce_user_token_requirement parameter to false:

security_config:
  enforce_user_token_requirement: false
Previous