git oauth locked in

This commit is contained in:
Remy Moll 2024-12-02 13:41:57 +01:00
parent 78fce20fe5
commit 3814359266
2 changed files with 7 additions and 1 deletions

View File

@ -4,7 +4,7 @@ kind: Kustomization
namespace: argocd
resources:
- namespace.yaml
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.6/manifests/install.yaml
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.1/manifests/install.yaml
- ingress.yaml
- argo-apps.application.yaml
- bootstrap-repo.sealedsecret.yaml

View File

@ -99,6 +99,7 @@ gitea:
email: "gitea@delete.me"
metrics:
# service monitor is configured manually
enabled: true
## @param gitea.config Configuration for the Gitea server,ref: [config-cheat-sheet](https://docs.gitea.io/en-us/config-cheat-sheet/)
@ -119,6 +120,10 @@ gitea:
indexer:
ISSUE_INDEXER_TYPE: bleve
REPO_INDEXER_ENABLED: false
service:
DISABLE_REGISTRATION: true
oauth2_client:
ENABLE_AUTO_REGISTRATION: true
oauth:
- name: authelia
@ -130,6 +135,7 @@ gitea:
required-claim-value: gitea
group-claim-name: groups
admin-group: apps_admin
# since we want to reuse the postgres secret, we cannot directly use it in