File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
datasources :
3
- - endpoint : https://logs.rs.soeren.cloud
4
- type : logs
3
+ # - endpoint: https://logs.rs.soeren.cloud
4
+ # type: logs
5
5
- endpoint : https://radicale.svc.dd.soeren.cloud
6
6
password_file : " /etc/aether-secrets/caldav_password"
7
7
type : caldav
@@ -41,4 +41,14 @@ email:
41
41
username_file : " /etc/aether-secrets/email_username"
42
42
http :
43
43
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
Original file line number Diff line number Diff line change @@ -26,4 +26,5 @@ patches:
26
26
secretName: aether
27
27
components :
28
28
- ../../../apps/aether/components/istio
29
+ - ../../../apps/aether/components/oidc
29
30
- ../../../apps/aether/components/taskwarrior
You can’t perform that action at this time.
0 commit comments