freget opened a new issue #19654:
URL: https://github.com/apache/airflow/issues/19654


   ### Official Helm Chart version
   
   1.3.0 (latest released)
   
   ### Apache Airflow version
   
   2.2.1
   
   ### Kubernetes Version
   
   1.20.9
   
   ### Helm Chart configuration
   
   _No response_
   
   ### Docker Image customisations
   
   _No response_
   
   ### What happened
   
   The default pgbouncer config generated by the helm chart looks something like
   
   ```
   [databases]
   ...
   
   [pgbouncer]
   pool_mode = transaction
   listen_port = 6543
   listen_addr = *
   auth_type = md5
   auth_file = /etc/pgbouncer/users.txt
   stats_users = <user>
   ignore_startup_parameters = extra_float_digits
   max_client_conn = 200
   verbose = 0
   log_disconnections = 0
   log_connections = 0
   
   server_tls_sslmode = require
   server_tls_ciphers = normal
   ```
   
   If the database to connect against is Azure Postgresl, the auth type `md5` 
[does not seem](https://github.com/pgbouncer/pgbouncer/issues/325) to be 
supported. Hence, we need to add a configuration flag to change the auth type 
to something else in the helm chart. 
   
   ### What you expected to happen
   
   _No response_
   
   ### How to reproduce
   
   _No response_
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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]


Reply via email to