...
ServerAddress
: The cluster's address (without schema and port). IPv6 is also supported; however, it requires internal verification.ServerUseSsl
: Determines if SSL is used (true
by default). When enabled, port 443 is used; otherwise, port 80 is used. The agent does not switch to an insecure channel if SSL fails.Language
: Sets the agent's initial language. Options includear
,de
,es
,fr
,he
,it
,pl
,pt
,th
,zh
. Default isen
.VisualStyle
: Chooses betweenLight
orDark
mode, withDark
mode set as the default.KeycloakUrl:
The agent now supports a different URL for Keycloak, if the URL is provided the agent will use theKeycloakUrl
for authentication (otherwise the usualServerAddress
will be used).KeycloakClientId
: The ClientId in Keycloak, typicallyagent
by default. It is recommended not to change this unless necessary.KeycloakAuthType
: Specifies the authentication method. Default ismTLS
. Options include:mTLS
: Authentication via user certificate.PasswordGrant
: User password grant flow for authentication.
...