Skip to content

Commit 4a9a9a2

Browse files
authored
add JWT key pair (#158)
1 parent fcb68bb commit 4a9a9a2

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

kubernetes/operationcode_python_backend/base/deployment.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,16 @@ spec:
152152
key: honeycomb_writekey
153153
- name: HONEYCOMB_DATASET
154154
value: production-traces
155+
- name: JWT_SECRET_KEY
156+
valueFrom:
157+
secretKeyRef:
158+
name: python-backend-secrets
159+
key: jwt_secret_key
160+
- name: JWT_PUBLIC_KEY
161+
valueFrom:
162+
secretKeyRef:
163+
name: python-backend-secrets
164+
key: jwt_public_key
155165
volumes:
156166
- name: python-backend-secrets
157167
secret:

0 commit comments

Comments
 (0)