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"