dheerenmohta commented on issue #54875: URL: https://github.com/apache/airflow/issues/54875#issuecomment-5340605667
Checking in on this before a PR goes up, since a couple of contributors have expressed interest here previously. Based on the issue history, no PR has been opened or linked yet, and the earlier assignment was removed as part of the project's updated assignment policy — which can leave a claim looking "active" on the issue page well after the assignee has actually stepped away. If someone is still actively working on this, please say so here to avoid duplicate effort; otherwise, per Airflow's "better PR wins" contributing policy, this is open for anyone to pick up. Planning to open a PR shortly for a related, narrower fix: the Helm chart's auto-generated result-backend connection secret computes the PgBouncer hostname inconsistently with the metadata connection secret, so it silently points at a non-existent PgBouncer service once `useStandardNaming` (the chart's own recommended setting) or `fullnameOverride` is used. That's a real bug worth fixing on its own, but note it does not fully resolve this issue's original ask — auto-configuring PgBouncer when the metadata connection is backed by an externally-managed Secret isn't something Helm templating can do, since it can't introspect an opaque Secret's contents at render time. --- Drafted-by: Claude Code (Sonnet 5) (no human review before posting) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
