Skip to content

Commit

Permalink
Add exec:notebook scope for exposurelog, narrativelog and nightreport…
Browse files Browse the repository at this point in the history
… to gafaelfawr ingress.
  • Loading branch information
sebastian-aranda committed Jan 15, 2025
1 parent b50c488 commit 1e3c576
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion applications/exposurelog/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ config:
{{- if .Values.ingress.auth.enabled }}
loginRedirect: false
scopes:
all:
any:
- "exec:internal-tools"
- "exec:notebook"
service: "exposurelog"
{{- else }}
scopes:
Expand Down
3 changes: 2 additions & 1 deletion applications/narrativelog/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ config:
{{- if .Values.ingress.auth.enabled }}
loginRedirect: false
scopes:
all:
any:
- "exec:internal-tools"
- "exec:notebook"
service: "narrativelog"
{{- else }}
scopes:
Expand Down
3 changes: 2 additions & 1 deletion applications/nightreport/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ config:
{{- if .Values.ingress.auth.enabled }}
loginRedirect: false
scopes:
all:
any:
- "exec:internal-tools"
- "exec:notebook"
service: "nightreport"
{{- else }}
scopes:
Expand Down

0 comments on commit 1e3c576

Please sign in to comment.