~pguimaraes/pgbouncer-charm:add-ssl

Last commit made on 2021-09-28
Get this branch:
git clone -b add-ssl https://git.launchpad.net/~pguimaraes/pgbouncer-charm
Only Pedro Guimarães can upload to this branch. If you are Pedro Guimarães please log in for upload directions.

Branch merges

Branch information

Name:
add-ssl
Repository:
lp:~pguimaraes/pgbouncer-charm

Recent commits

857df6e... by Pedro Guimarães

Adding following features:

1) extra_db_config: allows to manage the databases which pgbouncer can access to via config option;
2) auth_user support: if a user not present in auth_file, then pgbouncer runs auth_query to search
     for that user in Postgresql's pg_shadow;
2) hacluster integration: allows to set a VIP using hacluster charm;
3) add SSL termination to pgbouncer.

ef99121... by Aymen Frikha

support for deployment on focal, bionic and the new pgsql interface version

Reviewed-on: https://code.launchpad.net/~aym-frikha/pgbouncer-charm/+git/pgbouncer-charm/+merge/401573
Reviewed-by: Tom Haddon <email address hidden>

d637640... by afrikha <aymen frikha>

alphabetise lists

3181bca... by afrikha <aymen frikha>

remove some left over configs from the build

c0738c6... by afrikha <aymen frikha>

Remove unwanted new line

2a8e726... by afrikha <aymen frikha>

Add new lines for layer.yaml and metadata.yaml

a366c8a... by afrikha <aymen frikha>

Remove unrelated changes from the compiled version

26e4d3a... by afrikha <aymen frikha>

support for deployment on focal and bionic and fix to support the new pgsql version

e0d04b0... by Stuart Bishop

Rewrite for charms.reactive and xenial

Drops support for trusty and precise as there are backwards
incompatible changes. Relation names have changed.

79df5b0... by Stuart Bishop

[bloodearnest, r=stub] Do a full restart if the port changes