Add external to allowed list in gitea webhook
This commit is contained in:
parent
a1724c3dda
commit
774ca11d1a
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user