Authentication
In the open-source version of YDB, working with topics via the 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