diff --git a/murano-apps/Gerrit/Resources/scripts/database.pp b/murano-apps/Gerrit/Resources/scripts/database.pp index 119270b..1b0ad5b 100644 --- a/murano-apps/Gerrit/Resources/scripts/database.pp +++ b/murano-apps/Gerrit/Resources/scripts/database.pp @@ -8,6 +8,6 @@ node default { user => hiera('gerrit_db_user'), password => hiera('gerrit_db_password'), host => 'localhost', - grant => ['SELECT', 'UPDATE', 'CREATE', 'INSERT'], + grant => ['all'], } }