The admin
extra-user-role
via data-integrator
doesn't allow creating roles
#698
Labels
bug
Something isn't working
Steps to reproduce
juju deploy postgresql --channel 14/stable
juju deploy data-integrator
juju config data-integrator database-name='mydatabase' extra-user-roles='admin'
juju integrate data-integrator postgresql
juju run data-integrator/leader get-credentials
juju ssh --container postgresql postgresql/leader bash
psql --host=10.146.64.52 --username=operator --password postgres
\du
Expected behavior
Actual behavior
Versions
Operating system: [email protected]
Juju CLI: 3.5.3
Juju agent: 3.5.3
Charm revision: postgresql 14.12 active 3 postgresql 14/stable 468 yes
Log output
Additional context
Creating an admin user, one would expect it to have access to create roles in addition to creating databases. Unfortunately, that is not the case and it seems restricted to only being allowed to create dateabases.
To work around this, I've had to run:
The text was updated successfully, but these errors were encountered: