Explicit privileges for databases
This commit is contained in:
parent
81f0635ef2
commit
e96e4e81c8
|
@ -4,7 +4,9 @@ dbuser: %%getVar('risotto_db_user')
|
||||||
dbuser_options:
|
dbuser_options:
|
||||||
- LOGIN
|
- LOGIN
|
||||||
privileges:
|
privileges:
|
||||||
|
%%{dbname}.public.*: 'ALL'
|
||||||
%%{dbname}.public: 'ALL'
|
%%{dbname}.public: 'ALL'
|
||||||
|
%%{dbname}: 'ALL'
|
||||||
dbhost: %%getVar('risotto_db_address')
|
dbhost: %%getVar('risotto_db_address')
|
||||||
dbport: 5432
|
dbport: 5432
|
||||||
dbtype: postgres
|
dbtype: postgres
|
||||||
|
|
|
@ -4,7 +4,9 @@ dbuser: %%getVar('risotto_tiramisu_db_user')
|
||||||
dbuser_options:
|
dbuser_options:
|
||||||
- LOGIN
|
- LOGIN
|
||||||
privileges:
|
privileges:
|
||||||
|
%%{dbname}.public.*: 'ALL'
|
||||||
%%{dbname}.public: 'ALL'
|
%%{dbname}.public: 'ALL'
|
||||||
|
%%{dbname}: 'ALL'
|
||||||
dbhost: %%getVar('risotto_db_address')
|
dbhost: %%getVar('risotto_db_address')
|
||||||
dbport: 5432
|
dbport: 5432
|
||||||
dbtype: postgres
|
dbtype: postgres
|
||||||
|
|
Loading…
Reference in New Issue