Skip to content

Commit

Permalink
[Neutron] Enable ccroot user for mariadb
Browse files Browse the repository at this point in the history
This user provides passwordless access to the DB from localhost, so we
can administer the DB without having to read and rotate a secret.
  • Loading branch information
sven-rosenzweig authored and sebageek committed Jun 3, 2024
1 parent 9692a20 commit f23de3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openstack/neutron/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,8 @@ mariadb:
initdb_secret: true
vpa:
set_main_container: true
ccroot_user:
enabled: true
persistence_claim:
name: db-neutron-pvclaim
backup:
Expand Down

0 comments on commit f23de3e

Please sign in to comment.