Skip to content

Commit ecfb07a

Browse files
fix: gitea oauth configuration (#1673)
Co-authored-by: Jehoszafat Zimnowoda <[email protected]>
1 parent 582999c commit ecfb07a

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

values/gitea/gitea.gotmpl

-10
Original file line numberDiff line numberDiff line change
@@ -120,16 +120,6 @@ gitea:
120120
enabled: true
121121
additionalLabels:
122122
prometheus: system
123-
oauth:
124-
- name: {{ $k.idp.alias }}
125-
provider: openidConnect
126-
key: {{ $k.idp.clientID }}
127-
secret: {{ $k.idp.clientSecret }}
128-
autoDiscoverUrl: {{ $v._derived.oidcWellKnownUrl }}
129-
# autoDiscoverUrlBackchannel: {{ $v._derived.oidcWellKnownUrlBackchannel }}
130-
autoDiscoverUrlBackchannel: {{ $v._derived.oidcWellKnownUrl }}
131-
adminGroup: team-admin
132-
groupClaimName: groups
133123

134124
init:
135125
resources:

versions.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
api: main
22
console: main
3-
tasks: 3.0.0
3+
tasks: fc-fix-gitea-operator
44
tools: 1.6.4

0 commit comments

Comments
 (0)