Versions Compared

Key

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

...

  • Name - Name of customer. Used to set the Sentry environment. Default: agent

  • ServerAddress- Address of the cluster. The address should be without the schema and should not include the port. Default: gvqa.gvdevelopment.k3s.getvisibility.com
    IPV6 should be also supported but needs to be verified internally.

  • ServerUseSsl- if SSL should be used. For SSL the port 443 will be used, otherwise 80. Default: true.
    The agent won’t fallback to an insecure channel if SSL fails.

  • Language - the initial language of the agent. Default: en

  • VisualStyle - Light or Dark mode. Default: Dark

  • KeycloakClientId - The ClientId configured in Keycloak. Default: agent
    This option shouldn’t be changed in most cases - default keycloak configuration is sufficient.

  • KeycloakUsername - The Username configured in Keycloak. Default: agent (email: agent@gv.com)
    This option shouldn’t be changed in most cases - default keycloak configuration is sufficient.

  • KeycloakCertificateContent - The .crt of the user certificate. If no value provided then default is used.
    The content should be the content of the PEM certificate without the prefix (-----BEGIN CERTIFICATE-----) or suffix (-----END CERTIFICATE-----).

  • KeycloakKeyContent - the .key of the user certificate. If no value provided then default is used.
    The key should be the content of the PEM key without the prefix (-----BEGIN PRIVATE KEY-----) or suffix (-----END PRIVATE KEY-----).

  • SentryDsn - Sentry URL. Default: empty
    For internal use only.

...

Code Block
{
	"ServerAddress": "gvqa123.gvdevelopmentexample.k3s.getvisibilityabc.com",
	"Language": "en",
	"VisualStyle": "Dark"
}

...