-
Notifications
You must be signed in to change notification settings - Fork 19
/
config.yaml
46 lines (39 loc) · 1.11 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
issuer: https://dex-dex.apps.obs.nerc.mghpcc.org
storage:
type: memory
web:
http: "0.0.0.0:5556"
grpc:
addr: "0.0.0.0:5557"
telemetry:
http: "0.0.0.0:5558"
oauth2:
skipApprovalScreen: true
staticClients:
- id: grafana
name: Grafana
redirectURIs:
- https://grafana.apps.obs.nerc.mghpcc.org/login/generic_oauth
secretEnv: GRAFANA_SECRET
- id: minio
name: MinIO
redirectURIs:
- https://minio-console-minio.apps.obs.nerc.mghpcc.org/oauth_callback
- https://minio-minio.apps.obs.nerc.mghpcc.org/oauth_callback
secretEnv: MINIO_IDENTITY_OPENID_CLIENT_SECRET
- id: ai-telemetry
name: AI Telemetry
redirectURIs:
- https://keycloak.apps.obs.nerc.mghpcc.org/realms/NERC/broker/OpenShift/endpoint
secretEnv: AI_TELEMETRY_AUTH_SECRET
connectors:
- type: openshift
id: openshift
name: OpenShift
config:
issuer: https://kubernetes.default.svc
clientID: system:serviceaccount:dex:dex
clientSecret: $OPENSHIFT_CLIENT_SECRET
redirectURI: https://dex-dex.apps.obs.nerc.mghpcc.org/callback
groups:
- system:authenticated