1
0
Fork 0
forked from infra/ansible

forgejo: disabling oauth-proxy for further debugging

Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
David Kirwan 2026-06-03 14:46:01 +01:00
commit e8799f5dc5
Signed by untrusted user: dkirwan
GPG key ID: A5893AB6474AC37D
2 changed files with 4 additions and 4 deletions

View file

@ -21,6 +21,6 @@ forgejo_runnerhost_packages:
# Staging only: oauth-proxy sidecar on the Forgejo pod protects /metrics via OpenShift OAuth.
# Set forgejo_stg_oauth_proxy_cookie_secret in ansible-private (openssl rand -base64 32).
forgejo_metrics_oauth_proxy_port: 8080
forgejo_metrics_oauth_proxy_image: quay.io/openshift/origin-oauth-proxy:v4.22
forgejo_metrics_oauth_proxy_image: quay.io/openshift/origin-oauth-proxy:4.22
forgejo_metrics_oauth_proxy_route_name: forgejo-http
forgejo_metrics_oauth_proxy_service_name: forgejo-http

View file

@ -68,9 +68,9 @@
- name: Deploy Forgejo via Helm
ansible.builtin.include_tasks: call-helm.yaml
- name: Point forgejo-http Service at oauth-proxy sidecar (staging)
ansible.builtin.include_tasks: patch-forgejo-http-service-oauth-proxy.yaml
when: env == "staging"
#- name: Point forgejo-http Service at oauth-proxy sidecar (staging)
# ansible.builtin.include_tasks: patch-forgejo-http-service-oauth-proxy.yaml
# when: env == "staging"
- name: Load forgejo runners
ansible.builtin.include_tasks: load-forgejo-runners.yaml