`GRANT OPTION` is not tested
Opened this issue · 0 comments
steve-chavez commented
Problem
GRANT OPTION is not tested on vault tests and some others:
postgres/nix/tests/expected/vault.out
Lines 28 to 37 in f670f7d
For reference, GRANT OPTION is added like
grant select, delete, truncate, references on vault.secrets, vault.decrypted_secrets to postgres
with grant option;
Not testing this can cause regressions.
Solution
Add GRANT OPTION to all db object privilege tests.