Skip to content

Commit

Permalink
feat: add okta provider to page /climate
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindis committed Sep 14, 2022
1 parent 1eb3ddf commit 2756078
Show file tree
Hide file tree
Showing 7 changed files with 243 additions and 14 deletions.
3 changes: 2 additions & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
NEXT_PUBLIC_READING_BASE_URI=https://www.oyvindis.com
NEXT_PUBLIC_READING_BASE_URI=https://www.oyvindis.com
NEXTAUTH_URL=http://localhost:3000
3 changes: 2 additions & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
NEXT_PUBLIC_READING_BASE_URI=https://www.oyvindis.com
NEXT_PUBLIC_READING_BASE_URI=https://www.oyvindis.com
NEXTAUTH_URL=https://www.oyvindis.com
15 changes: 15 additions & 0 deletions helm-sources/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,21 @@ spec:
secretKeyRef:
name: climate-gui-{{ required "Missing value NAMESPACE" .Values.NAMESPACE }}
key: READING_BASE_URI
- name: OKTA_CLIENT_ID
valueFrom:
secretKeyRef:
name: climate-gui-{{ required "Missing value NAMESPACE" .Values.NAMESPACE }}
key: OKTA_CLIENT_ID
- name: NEXTAUTH_SECRET
valueFrom:
secretKeyRef:
name: climate-gui-{{ required "Missing value NAMESPACE" .Values.NAMESPACE }}
key: AUTH_SECRET
- name: OKTA_ISSUER
valueFrom:
secretKeyRef:
name: climate-gui-{{ required "Missing value NAMESPACE" .Values.NAMESPACE }}
key: OKTA_ISSUER
name: climate-gui
image: oyvindis/climate-gui
imagePullPolicy: Always
Expand Down
Loading

0 comments on commit 2756078

Please sign in to comment.