and add the items from suanands irc conversation for oidc
This commit is contained in:
parent
c0be3d0f81
commit
23c3714653
2 changed files with 6 additions and 0 deletions
|
@ -44,6 +44,11 @@ spec:
|
|||
secretKeyRef:
|
||||
name: transtats-secret
|
||||
key: admin-password
|
||||
- name: OIDC_RP_CLIENT_ID
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: transtats-secret
|
||||
key: oidc-client-id
|
||||
- name: OIDC_RP_CLIENT_SECRET
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
|
|
@ -11,6 +11,7 @@ stringData:
|
|||
django-secret-key: "{{transtats_stg_django_secret_key}}"
|
||||
database-name: "transtats"
|
||||
database-password: "{{transtats_stg_database_password}}"
|
||||
oidc-client-id: "{{transtats_stg_oidc_id}}"
|
||||
oidc-client-secret: "{{transtats_stg_oidc_secret}}"
|
||||
database-host: db01.stg.phx2.fedoraproject.org
|
||||
database-user: transtats
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue