Skip to content

Commit

Permalink
Revert "Temporarily disable auth"
Browse files Browse the repository at this point in the history
This reverts commit 8977a02.
  • Loading branch information
dhirving committed Nov 20, 2024
1 parent 8977a02 commit f16b50a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion applications/butler/templates/ingress-authenticated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,16 @@ metadata:
config:
baseUrl: {{ .Values.global.baseUrl | quote }}
scopes:
anonymous: true
all:
- "read:image"
loginRedirect: false
# Butler needs a delegated token so that we can query Gafaelfawr for the
# user's group membership
delegate:
internal:
service: "butler"
scopes: []

template:
metadata:
name: "butler"
Expand Down

0 comments on commit f16b50a

Please sign in to comment.