-
Notifications
You must be signed in to change notification settings - Fork 86
Adds support for DefaultPrivileges in postgres #199
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
base: master
Are you sure you want to change the base?
Conversation
271b438 to
de33b05
Compare
|
Well i manage to get this deployed to kind but it involves
and then it "just works" |
Signed-off-by: Joaquín Fernández Campo <[email protected]>
Signed-off-by: Joaquín Fernández Campo <[email protected]>
…oller Signed-off-by: Joaquín Fernández Campo <[email protected]>
Signed-off-by: Joaquín Fernández Campo <[email protected]>
Signed-off-by: Joaquín Fernández Campo <[email protected]>
Signed-off-by: Joaquín Fernández Campo <[email protected]>
Signed-off-by: Joaquín Fernández Campo <[email protected]>
Signed-off-by: Joaquín Fernández Campo <[email protected]>
Signed-off-by: Joaquín Fernández Campo <[email protected]>
…ources we can add default privileges Signed-off-by: Joaquín Fernández Campo <[email protected]>
Signed-off-by: Joaquín Fernández Campo <[email protected]>
Signed-off-by: Joaquín Fernández Campo <[email protected]>
Signed-off-by: Joaquín Fernández Campo <[email protected]>
Signed-off-by: Joaquín Fernández Campo <[email protected]>
Signed-off-by: Joaquín Fernández Campo <[email protected]>
Signed-off-by: Joaquín Fernández Campo <[email protected]>
Signed-off-by: Joaquín Fernández Campo <[email protected]>
|
Would really love this to be merged as we also need to alter default privs |
|
Hi, will be the PR one day merged? I also need default privileges. |
I've started looking into this PR, there's been several changes in the apis used and I'm trying to get a fix in place but will take some time |
Description of your changes
Adds support to DefaultPrivileges for postgres.
Fixes #117
I have:
make reviewableto ensure this PR is ready for review.How has this code been tested
I've been trying to test this locally but i'm really struggling to deploy the provider to a local kind cluster.
It's following the same pattern as the grants, we only care about the creation of the default privileges as the grant/revoke runs in a single transaction.