Skip to content

Commit

Permalink
fix: gitea oauth configuration (#1673)
Browse files Browse the repository at this point in the history
Co-authored-by: Jehoszafat Zimnowoda <17126497+j-zimnowoda@users.noreply.github.com>
  • Loading branch information
ferruhcihan and j-zimnowoda committed Aug 20, 2024
1 parent 582999c commit ecfb07a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions values/gitea/gitea.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,6 @@ gitea:
enabled: true
additionalLabels:
prometheus: system
oauth:
- name: {{ $k.idp.alias }}
provider: openidConnect
key: {{ $k.idp.clientID }}
secret: {{ $k.idp.clientSecret }}
autoDiscoverUrl: {{ $v._derived.oidcWellKnownUrl }}
# autoDiscoverUrlBackchannel: {{ $v._derived.oidcWellKnownUrlBackchannel }}
autoDiscoverUrlBackchannel: {{ $v._derived.oidcWellKnownUrl }}
adminGroup: team-admin
groupClaimName: groups

init:
resources:
Expand Down
2 changes: 1 addition & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
api: main
console: main
tasks: 3.0.0
tasks: fc-fix-gitea-operator
tools: 1.6.4

0 comments on commit ecfb07a

Please sign in to comment.