provider-sql icon indicating copy to clipboard operation
provider-sql copied to clipboard

feat(pgsql): extend Grant kind specification with schema, objects, objectType, colums.

Open Bastichou opened this issue 11 months ago • 3 comments

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 reviewable to ensure this PR is ready for review.

How has this code been tested

TODO

Bastichou avatar Feb 21 '25 13:02 Bastichou