provider-sql
provider-sql copied to clipboard
feat(pgsql): extend Grant kind specification with schema, objects, objectType, colums.
Description of your changes
Extend Grant kind specification with schema, objects, objectType, colums. This will allow granting more fine-grained permissions on PGSQL objects.
Fixes #217
I have:
- [ ] Read and followed Crossplane's contribution process.
- [ ] Run
make reviewableto ensure this PR is ready for review.
How has this code been tested
TODO