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"

LogMe and Prometheus

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

For LogMe:

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

For Prometheus:

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"