Add external to allowed list in gitea webhook

This commit is contained in:
dvirlabs 2026-05-15 18:29:04 +03:00
parent a1724c3dda
commit 774ca11d1a

View File

@ -50,7 +50,7 @@ gitea:
INTERNAL_TOKEN: somesecret INTERNAL_TOKEN: somesecret
webhook: webhook:
ALLOWED_HOST_LIST: "*.svc.cluster.local" ALLOWED_HOST_LIST: "external,*.svc.cluster.local"
oauth: oauth:
- name: "Keycloak" - name: "Keycloak"