Remove auth from gatus
This commit is contained in:
parent
d3e5f80728
commit
7ac1d9d28f
2 changed files with 1 additions and 10 deletions
|
@ -44,14 +44,6 @@ gatus_yml:
|
|||
target: 1.1.1.1:53
|
||||
interval: 60s
|
||||
|
||||
security:
|
||||
oidc:
|
||||
issuer-url: "{{ opentofu.authentik_data.gatus.base_url }}/"
|
||||
redirect-url: "https://{{ gatus_svc.domain }}/authorization-code/callback"
|
||||
client-id: "{{ opentofu.authentik_data.gatus.client_id }}"
|
||||
client-secret: "{{ opentofu.authentik_data.gatus.client_secret }}"
|
||||
scopes: ["openid"]
|
||||
|
||||
ui:
|
||||
buttons:
|
||||
- name: Matrix Federation Tester
|
||||
|
|
|
@ -179,8 +179,7 @@ services = {
|
|||
name = "gatus_data"
|
||||
type = "docker"
|
||||
}]
|
||||
auth = true
|
||||
auth_redirects = ["https://status.serguzim.me/authorization-code/callback"]
|
||||
auth = false
|
||||
database = false
|
||||
s3 = false
|
||||
mail = "status"
|
||||
|
|
Loading…
Reference in a new issue