Enabling SASL SCRAM-512 in Axual Platform

Kafka

First, enable the SCRAM-512 listeners on the Kafka brokers.

Platform Manager

After your cluster and instance services have been updated to support SASL, you need to allow Platform Manager to use those.

Using Axual Helm Charts

Open the values.yaml for the platform deployment and append the following configuration:

platform/values.yaml
mgmt:
  api:
    axual:
      availableAuthMethods: 'SSL, SCRAM_SHA_512'

Apply the configuration and restart Platform Manager

Self Service