Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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 include ar, de, es, fr, he, it, pl, pt, th, zh. Default is en.

  • VisualStyle: Chooses between Light or Dark mode, with Dark mode set as the default.

  • KeycloakUrl: The agent now supports a different URL for Keycloak, if the URL is provided the agent will use the KeycloakUrl for authentication (otherwise the usual ServerAddress will be used).

  • KeycloakClientId: The ClientId in Keycloak, typically agent by default. It is recommended not to change this unless necessary.

  • KeycloakAuthType: Specifies the authentication method. Default is mTLS. Options include:

    • mTLS: Authentication via user certificate.

    • PasswordGrant: User password grant flow for authentication.

...