apps/status/gatus: disable backup and oidc
This commit is contained in:
parent
79b84264d0
commit
566c2a3354
2 changed files with 7 additions and 9 deletions
|
@ -3,8 +3,6 @@ kind: PersistentVolumeClaim
|
|||
metadata:
|
||||
name: gatus-data
|
||||
namespace: stackspout
|
||||
labels:
|
||||
stackspin.net/backupSet: "gatus"
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
|
|
|
@ -27,13 +27,13 @@ data:
|
|||
path: /data/gatus.sqlite
|
||||
security:
|
||||
# https://twin.sh/articles/56/securing-gatus-with-oidc-using-auth0
|
||||
oidc:
|
||||
issuer-url: "https://${hydra_domain}/"
|
||||
redirect-url: "https://${gatus_domain}/authorization-code/callback"
|
||||
client-id: "${client_id}"
|
||||
client-secret: "${client_secret}"
|
||||
scopes: ["openid"]
|
||||
#autoDiscoverUrl: 'https://${hydra_domain}/.well-known/openid-configuration'
|
||||
#oidc:
|
||||
# issuer-url: "https://${hydra_domain}/"
|
||||
# redirect-url: "https://${gatus_domain}/authorization-code/callback"
|
||||
# client-id: "${client_id}"
|
||||
# client-secret: "${client_secret}"
|
||||
# scopes: ["openid"]
|
||||
# #autoDiscoverUrl: 'https://${hydra_domain}/.well-known/openid-configuration'
|
||||
alerting:
|
||||
# https://github.com/TwiN/gatus?tab=readme-ov-file#configuring-email-alerts
|
||||
email:
|
||||
|
|
Loading…
Add table
Reference in a new issue