Management API (Platform Manager)
About the Management API
Management API is used to administer the Axual platform. It is used to perform tasks like:
-
Apply topic configuration
-
Allow producer/consumer to access a topic
-
Synchronize Instance
Vault Namespace
In case you are using Hashicorp Vault Enterprise and you are using namespaces to organize your secrets, you need to update the Management API deployment with a reference for namespace
.
Authentication Methods
The authentication methods provided by the platform can be configured through the configuration of Management API. By default, only SSL is configured as supported authentication methods. Find out below how additional authentication methods (e.g. SASL_SCRAM_256) can be supported for applications connecting to the platform.
Enabling additional authentication methods
From |
Using Axual CLI
Add or modify the following configuration in the Management API config file.
# Define which authentication methods available on the Self-Service portal
MGMT_API_AVAILABLE_AUTH_METHODS="'SSL, SCRAM_SHA_256, SCRAM_SHA_512'"
Be sure to wrap your MGMT_API_AVAILABLE_AUTH_METHODS with single quote |