diff --git a/modules/matrix/jobspec.nomad.hcl b/modules/matrix/jobspec.nomad.hcl index c560605..175565f 100644 --- a/modules/matrix/jobspec.nomad.hcl +++ b/modules/matrix/jobspec.nomad.hcl @@ -195,6 +195,7 @@ job "matrix" { client_secret: "{{ with nomadVar "nomad/jobs/matrix/synapse/synapse" }}{{ .mas_client_secret }}{{ end }}" admin_token: "{{ with nomadVar "nomad/jobs/matrix/synapse/synapse" }}{{ .mas_admin_token }}{{ end }}" account_management_url: "https://sso.brmartin.co.uk/settings" + introspection_endpoint: "http://matrix-mas.virtual.consul/oauth2/introspect" EOF destination = "local/synapse-config.yaml"