Enabling SASL SCRAM-512 in Axual Platform
Kafka
First, enable the SCRAM-512 listeners on the Kafka brokers.
Platform Manager
After your clusters have been updated to support SASL, you need to allow Platform Manager to use those.
Open the values.yaml
for the Governance deployment and configure the api.available.auth.methods
:
values.yaml
platform-manager:
config:
axual:
api.available.auth.methods: "SSL, SCRAM_SHA_512"
Restart your Governance
Self-Service
Then, enable SASL in Self-Service.