fix(gatus): Add OIDC
This commit is contained in:
@@ -26,9 +26,17 @@ config:
|
|||||||
link: https://maps.oceanbox.io
|
link: https://maps.oceanbox.io
|
||||||
default-sort-by: "group"
|
default-sort-by: "group"
|
||||||
|
|
||||||
|
security:
|
||||||
|
oidc:
|
||||||
|
issuer-url: "https://login.microsoftonline.com/3f737008-e9a0-4485-9d27-40329d288089/v2.0"
|
||||||
|
redirect-url: "https://uptime.hel1.oceanbox.io"
|
||||||
|
client-id: "38af7e63-b097-4f1b-8dac-3d0030dceaf9"
|
||||||
|
client-secret: "${CLIENT_SECRET}"
|
||||||
|
scopes: ["openid"]
|
||||||
|
|
||||||
alerting:
|
alerting:
|
||||||
custom:
|
custom:
|
||||||
url: "https://oncall-prod-eu-west-0.grafana.net/oncall/integrations/v1/formatted_webhook/WmWq7fQWMJtv1Xty1V4jJHqRV/"
|
url: "https://oncall-prod-eu-west-0.grafana.net/oncall/integrations/v1/formatted_webhook/${WEBHOOK}/"
|
||||||
method: "POST"
|
method: "POST"
|
||||||
body: |
|
body: |
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user