Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Added authorization
Browse files Browse the repository at this point in the history
  • Loading branch information
smolvik1 committed May 16, 2022
1 parent 7ed727d commit 1191a31
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions radixconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ spec:
ports:
- name: http
port: 5000
#authentication:
# oauth2:
# clientId: a20ad0e0-23a7-4e6f-b456-a86cc158c887
# scope: openid profile email offline_access
# setXAuthRequestHeaders: true
# setAuthorizationHeader: true
# sessionStoreType: redis
# redisStore:
# connectionUrl: redis://redis:6379
authentication:
oauth2:
clientId: a20ad0e0-23a7-4e6f-b456-a86cc158c887
scope: openid profile email offline_access
setXAuthRequestHeaders: true
setAuthorizationHeader: true
sessionStoreType: redis
redisStore:
connectionUrl: redis://redis:6379
- name: redis
image: bitnami/redis:latest
secrets:
Expand Down

0 comments on commit 1191a31

Please sign in to comment.