fix(hasura-engine) Require a JWK URL

This commit is contained in:
Tommy 2023-12-30 09:59:18 +01:00
parent 3c1ceef36d
commit 5003b434d1
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v2
name: hasura-engine
description: GraphQL Engine to make data accessible over a GraphQL API
type: application
version: 0.1.2
version: 0.1.3
maintainers:
- name: Tommy Skaug
email: tommy@skaug.me

View file

@ -35,6 +35,8 @@ spec:
value: "{{ .Values.features.console }}"
- name: HASURA_GRAPHQL_DEV_MODE
value: "{{ .Values.features.devMode }}"
- name: HASURA_GRAPHQL_JWT_SECRET
value: "{\"jwk_url\": \"{{ .Values.jwt.jwksUrl }}\"}"
envFrom:
- secretRef:
name: {{ .Values.envFromSecret }}