Management UI
About the Management UI
The management UI is a Web Application that allows the user to browse and update their Kafka configuration. The UI also provides some features to provide the status of applications such as Stream Browse and the Connector Statuses. (Management Service)
Available Configurations
Name | Possible Values | Required | Description |
---|---|---|---|
|
string |
Yes |
Acr stands for "Authentication Context Class Reference". It’s a parameter used in the authentication process to define or request a certain level or type of authentication. Essentially, it gives the client a way to specify the desired level of assurance about the authentication process when a user logs in. |
|
|
Yes |
For choosing between Auth0 or Keycloak for authentication provider. |
|
string |
Yes (if authProvider= |
Your client application’s identifier as registered with the OIDC provider. |
|
string |
Yes (if authProvider= |
The URL of the UI. Used for redirect_uri and post_logout_redirect_uri for the OIDC provider. |
|
string |
Yes (if authProvider= |
The URL of the OIDC provider (currently Keycloak). For example: |
|
string, default value |
Yes (if authProvider= |
The URL of the OIDC provider (currently Keycloak). For example: |
|
string, default |
Yes (if authProvider= |
In OpenID Connect (OIDC), the response_type parameter dictates how the authentication and authorization will be handled, and what kind of tokens or authorization codes the client can expect to receive in response from the OpenID Provider. By default the value is |
|
string, default |
Yes (if authProvider= |
The audience (presented as the aud claim in the access token) defines the intended consumer of the token. This is typically the resource server (API, in the dashboard) that a client (Application) would like to access. You will see the audience is in the token as aud. |
|
string, default |
Yes (if authProvider= |
The unique identifier for your application using Auth0. You will use this when configuring authentication with Auth0. |
|
string, default |
Yes (if authProvider= |
Auth0 domain name for your application using Auth0. |
|
string, default |
Yes (if authProvider= |
Client credentials grant flow auth0 Machine to Machine Audience. |
|
string, default |
Yes (if authProvider= |
The URL for Axual Organization Manager Component. In Axual Architecture, Organization Manager (OM) is a user-facing component behind API Gateway that will be responsible for handling public user signups, sending user invitations, registering organizations for signing up users and configuring SSO for organizations to enable a dedicated URL for SSO users to login directly without signing up. |
|
boolean, default |
No |
Enables data classification. |
|
string, ie |
Yes |
Latest Axual docs version from here: https://docs.axual.io/axual/2023.3/index.html. |
|
string, default |
No |
The location for Axual docs. |
|
string, ie |
Yes |
The domain name. Required for domain inside the XSRF-TOKEN in the cookie. |
|
boolean, default |
No |
True if we want to have Connect functionalities on the UI visible. |
|
boolean, default |
No |
True if we want to enable Connect logging functionalities on the UI. |
|
boolean, default |
No |
Enables insights. |
|
Array of strings, default |
No |
Non-Axual operator does not need this since it’s only used in the onboarding wizard. For example: |
|
string |
Yes (if insightsEnabled= |
The URL where Metrics Exposer is located. Make sure oidcScopes includes metricsExposer. |
|
string |
Yes |
The URL of the API. |
|
boolean, default |
No |
Enables subscription. |
|
boolean, default |
No |
Enables Stream browse. This is deprecated, to be removed in the future, replaced by topicBrowseEnabled. |
|
string |
No |
The URL where Stream Browse is located. This is deprecated, to be removed in the future, replaced by topicBrowseUrl. |
|
boolean, default |
No |
Enables Topic browse. |
|
string |
No |
The URL where Topic Browse is located |
|
boolean, default |
Yes |
Enables a mode where environment switcher and environment menu are hidden - used for Bring Your Own Kafka project in Axual deployment. |
|
string |
No |
The URL for Stripe billing management. |
|
string |
No |
URL where to offer feedback, for example |
|
string |
No |
The token required to record user’s product tour using UserFlow. |