Skip to main content
Version: Develop

Support Mail Address

The dashboard displays a support email address to users when an error page ('4xx' or '5xx') appears. This mail address can be configured with the property sso-proxy.support_email.

Manifest settings

properties:
sso-proxy:
support_email: "support@mail.com"

Ops File

Apply the new support email via the ops file to the service manifest. See example below.

- type: replace
path: /properties/sso-proxy/support_email?
value: "support@mail.com"

Prometheus

To configure the support email address for the Prometheus instances, it is necessary to add the email address as Ops files content (inline) to the services' Template Uploader Errand. See the example below:

properties:
template-uploader:
template-custom-ops: |
- type: replace
path: /instance_groups/name=prometheus/jobs/name=sso-proxy/properties/sso-proxy/support_email?
value: "support@mail.com"
- type: replace
path: /instance_groups/name=alertmanager/jobs/name=sso-proxy/properties/sso-proxy/support_email?
value: "support@mail.com"
- type: replace
path: /instance_groups/name=grafana/jobs/name=sso-proxy/properties/sso-proxy/support_email?
value: "support@mail.com"