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
|
target: 1.1.1.1:53
|
||||||
interval: 60s
|
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:
|
ui:
|
||||||
buttons:
|
buttons:
|
||||||
- name: Matrix Federation Tester
|
- name: Matrix Federation Tester
|
||||||
|
|
|
@ -179,8 +179,7 @@ services = {
|
||||||
name = "gatus_data"
|
name = "gatus_data"
|
||||||
type = "docker"
|
type = "docker"
|
||||||
}]
|
}]
|
||||||
auth = true
|
auth = false
|
||||||
auth_redirects = ["https://status.serguzim.me/authorization-code/callback"]
|
|
||||||
database = false
|
database = false
|
||||||
s3 = false
|
s3 = false
|
||||||
mail = "status"
|
mail = "status"
|
||||||
|
|
Loading…
Reference in a new issue