From 0d2c25bf4105ba09351e397be41e96ac700e482c Mon Sep 17 00:00:00 2001 From: Maja Massarini Date: Wed, 21 Jan 2026 12:36:19 +0100 Subject: [PATCH] Do not require flower authentication, nginx already handles it With this change I can access the api/queues/length endpoint: curl -u "nginx-usr:nginx-pwd" "https://workers.stg.packit.dev/api/queues/length" otherwise I can't. --- openshift/flower.yml.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openshift/flower.yml.j2 b/openshift/flower.yml.j2 index a1175a47..6a7ee683 100644 --- a/openshift/flower.yml.j2 +++ b/openshift/flower.yml.j2 @@ -32,6 +32,8 @@ spec: value: redis://{{ redis_hostname }}:6379/0 - name: FLOWER_PORT value: "5555" + - name: FLOWER_UNAUTHENTICATED_API + value: "true" ports: - containerPort: 5555 resources: