Skip to content

Commit 40a6636

Browse files
add oidc
1 parent dfa6db7 commit 40a6636

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

clusters/common/aether/aether-config.yaml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
datasources:
3-
- endpoint: https://logs.rs.soeren.cloud
4-
type: logs
3+
# - endpoint: https://logs.rs.soeren.cloud
4+
# type: logs
55
- endpoint: https://radicale.svc.dd.soeren.cloud
66
password_file: "/etc/aether-secrets/caldav_password"
77
type: caldav
@@ -41,4 +41,14 @@ email:
4141
username_file: "/etc/aether-secrets/email_username"
4242
http:
4343
use_gzip: true
44-
minify: false
44+
minify: true
45+
oauth:
46+
client_id: "aether"
47+
client_secret_file: "aether_oidc_secret_id"
48+
redirect_url: "https://aether.svc.dd.soeren.cloud/callback"
49+
provider_url: "https://auth.dd.soeren.cloud/realms/soerencloud"
50+
allowed_groups:
51+
- "/admins"
52+
scopes:
53+
- email
54+
- profile

clusters/common/aether/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ patches:
2626
secretName: aether
2727
components:
2828
- ../../../apps/aether/components/istio
29+
- ../../../apps/aether/components/oidc
2930
- ../../../apps/aether/components/taskwarrior

0 commit comments

Comments
 (0)