From 1e3c576d21393f20d6ac4d228eb273711547a7a7 Mon Sep 17 00:00:00 2001 From: Sebastian Aranda Date: Wed, 15 Jan 2025 19:22:33 -0300 Subject: [PATCH] Add exec:notebook scope for exposurelog, narrativelog and nightreport to gafaelfawr ingress. --- applications/exposurelog/templates/ingress.yaml | 3 ++- applications/narrativelog/templates/ingress.yaml | 3 ++- applications/nightreport/templates/ingress.yaml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/applications/exposurelog/templates/ingress.yaml b/applications/exposurelog/templates/ingress.yaml index cc980fb098..5da107b9b9 100644 --- a/applications/exposurelog/templates/ingress.yaml +++ b/applications/exposurelog/templates/ingress.yaml @@ -9,8 +9,9 @@ config: {{- if .Values.ingress.auth.enabled }} loginRedirect: false scopes: - all: + any: - "exec:internal-tools" + - "exec:notebook" service: "exposurelog" {{- else }} scopes: diff --git a/applications/narrativelog/templates/ingress.yaml b/applications/narrativelog/templates/ingress.yaml index 7d3e48ecd9..dad181ca8a 100644 --- a/applications/narrativelog/templates/ingress.yaml +++ b/applications/narrativelog/templates/ingress.yaml @@ -9,8 +9,9 @@ config: {{- if .Values.ingress.auth.enabled }} loginRedirect: false scopes: - all: + any: - "exec:internal-tools" + - "exec:notebook" service: "narrativelog" {{- else }} scopes: diff --git a/applications/nightreport/templates/ingress.yaml b/applications/nightreport/templates/ingress.yaml index e544c5de8c..9096e00dd7 100644 --- a/applications/nightreport/templates/ingress.yaml +++ b/applications/nightreport/templates/ingress.yaml @@ -9,8 +9,9 @@ config: {{- if .Values.ingress.auth.enabled }} loginRedirect: false scopes: - all: + any: - "exec:internal-tools" + - "exec:notebook" service: "nightreport" {{- else }} scopes: