From 818ac59a0fcefc862e6551ed1eab02c84c1810aa Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 27 Apr 2023 17:58:24 +0200 Subject: [PATCH] chore: add secret for Shiny Gateway --- secrets-store.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/secrets-store.yaml b/secrets-store.yaml index 6883fa6..d8f1ee9 100644 --- a/secrets-store.yaml +++ b/secrets-store.yaml @@ -42,6 +42,10 @@ spec: valueMap: SENTRY_DSN: "" SENTRY_DISABLED: "true" + - key: "applications/shiny/gateway" + valueMap: + ISSUER: "auth0" + STRICT_SSL: "false" - key: "rds/postgres/prod-psql" valueMap: POSTGRES_URL: "postgres://postgres:postgres@postgres:5432/postgres?sslmode=disable"