anindyameister
anindyameister
I tried running policy-bot behind a reverse-proxy, working with github enterprise, and it appears that there's no support for `X-Forwarded-*` Headers. The app appears to only respect `Host` header. ```...
I'm using policy-bot v1.23.2 alongside bulldozer v1.13.2, working against github enterprise v3.0. Here's my `.policy.yml` ``` - name: Allowed paths if: only_changed_files: paths: - 'dev/.*' only_has_contributors_in: teams: ["myorg/myteam"] requires: count:...
**Describe the bug** Loki helm chart was updated recently in #12067 to add support for distributed deployment mode, however the ingress template wasn't updated, and as a result, distributed mode...
The service versions in the halconfig BOM for release 2025.0.1 haven't been updated in the public gcs bucket. ``` $ kubectl exec -n spinnaker spinnaker-operator-66c6f5d5d4-gn47v -c halyard -- hal version...
I am trying to set up spinnaker v1.37.4 on kubernetes with postgresql db. When I enable pipeline execution compression in orca, which was merged in [4620](https://github.com/spinnaker/orca/pull/4620), I'm seeing this exception...