The Global settings page contains various tabs to view and edit global settings.
The system configuration and user privileges decides the visibility of each tab .
Existing tabs:
This page is for information about current Adapter settings. Edit the file specified in the page to change settings.
Each adapter setting specifies a network connection to an external information service:
Button to delete all API-tokens.
Specify settings to consider external artifacts as "aging" and "old".
Database settings.
This page contains information about settings to connect to various Issue Tracker systems. Edit the file specified in the page to change settings.
This page is for information about current Kafka settings. Edit the file specified in the page to change settings.
Parameter | M/O | Type | Description | Default |
---|---|---|---|---|
brokers | M | Array.of(String) | The list of Kafka brokers that MAIA WebApp should connect to. | NA |
topics | M | Array.of(String) | The list of Kafka topics that MAIA WebApp should listen to. | NA |
client_id | M | String | A user specified identifier for the client making the request. | maia_core_kafka_consumer |
group_id | M | String | A user specified identifier for the group to which a Kafka consumer belongs. | maiacorePID |
start_from_beginning | O | Boolean | Defines whether all old messages in the brokers will be received again when connecting. | false |
The information below is edited in the web page. You will need "Update systems settings" permission to edit information in this tab.
- "tls": true / false. Whether TLS security is used for the communication between the LDAP server and MAIA WebApp.
- "host": "name or ip-address". The address to the LDAP server.
- "port": "port number" (usually 389). Connection port number.
- "base_dn": the distinguished base domain name according to RFC2253, see example above.
- "attr_login": the attribute in LDAP to match login identity,
. , etc. - "mail" : "mail", an email address.
- "full_name": "cn", Common Name.
This page is for information about current Adapter settings. Edit the file specified in the page to change settings.
The information below is edited in the web page. You will need "Update systems settings" permission to edit information in this tab.