-
Notifications
You must be signed in to change notification settings - Fork 66
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
How to do "GRANT ALL ON SCHEMA public TO demo;" in postgres grant? #145
Comments
Hi, I'm considering trying to contribute to add this feature. But I'm not really familiar with Go.
|
Hi @sokoow and @Bastichou Did you guys have any luck working around these limitations? |
Hi, Unfortunately not yet.. I just had time to have a look to the base code. Like I said this would be my first contribution so I don't have any ETA. |
Same here. |
Hi, I agree with the previous comments especially as the Public schema is no longer really public since the version 15 of PostgreSQL (cf https://www.cybertec-postgresql.com/en/error-permission-denied-schema-public/). This feature is important for one of my projects because we will not stay on PostgreSQL version 14 forever... |
Hi guys, I have a work in progress to fix this issue. Goal is to add the management of Schema resource and then extend the Grant resource to allow schema reference. https://github.com/Bastichou/provider-sql/tree/feat/support-pgsql-schema-resource |
What problem are you facing?
I'm trying for postgres Grant to invoke:
but can't find anything that would allow me to do it. Is there any way?
How could Crossplane help solve your problem?
I'd expect for grant object to have such an option.
The text was updated successfully, but these errors were encountered: