Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing extra-user-roles=admin profile #236

Open
taurus-forever opened this issue Jun 26, 2023 · 1 comment
Open

Missing extra-user-roles=admin profile #236

taurus-forever opened this issue Jun 26, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@taurus-forever
Copy link
Contributor

Steps to reproduce

juju deploy mysql --channel 8.0/edge 
juju deploy data-integrator
juju config data-integrator/leader extra-user-roles=admin
juju relate mysql data-integrator
juju wait-for application mysql
juju run-action data-integrator/0 get-credentials --wait
charmed-mysql.mysql -h 127.0.0.1 -u<user_from_above> -p<pass_from_above>

Expected behavior

You should see all databases (including mysql, as you are now root).

Actual behavior

You see only DB created in relation + information_schema + performance_schema

Versions

Operating system: Ubuntu 22.04.2 LTS
Juju CLI: 2.9.43
Juju agent: 2.9.43
Charm revision:

ubuntu@taurus-dev:~$ juju status
Model   Controller  Cloud/Region         Version  SLA          Timestamp
test17  lxd         localhost/localhost  2.9.43   unsupported  14:15:27+02:00

App              Version          Status  Scale  Charm            Channel   Rev  Exposed  Message
data-integrator                   active      1  data-integrator  stable     11  no       
mysql            8.0.32-0ubun...  active      1  mysql            8.0/edge  164  no       

Unit                Workload  Agent  Machine  Public address  Ports               Message
data-integrator/0*  active    idle   1        10.18.215.124                       
mysql/0*            active    idle   0        10.18.215.88    3306/tcp,33060/tcp  Primary

Machine  State    Address        Inst id        Series  AZ  Message
0        started  10.18.215.88   juju-09fa45-0  jammy       Running
1        started  10.18.215.124  juju-09fa45-1  jammy       Running

microk8s: v1.27.2

Log output

Skipped as not-yet-implemented. Nothing there.

@taurus-forever taurus-forever added the bug Something isn't working label Jun 26, 2023
@github-actions
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant