Skip to content

feat(spanner/spansql): support grant/revoke view, change stream, table function#7533

Merged
rahul2393 merged 3 commits intogoogleapis:mainfrom
nktks:fix/spansql-fgac-more
Mar 13, 2023
Merged

feat(spanner/spansql): support grant/revoke view, change stream, table function#7533
rahul2393 merged 3 commits intogoogleapis:mainfrom
nktks:fix/spansql-fgac-more

Conversation

@nktks
Copy link
Contributor

@nktks nktks commented Mar 10, 2023

This PR adds support for GRANT/REVOKE to some additional resources as below.

GRANT SELECT ON VIEW view_list TO ROLE role_list

GRANT SELECT ON CHANGE STREAM change_stream_list TO ROLE role_list

GRANT EXECUTE ON TABLE FUNCTION tvf_list TO ROLE role_list

REVOKE SELECT ON VIEW view_list FROM ROLE role_list

REVOKE SELECT ON CHANGE STREAM change_stream_list FROM ROLE role_list

REVOKE EXECUTE ON TABLE FUNCTION tvf_list FROM ROLE role_list

@nktks nktks requested a review from a team as a code owner March 10, 2023 03:53
@nktks nktks requested a review from a team March 10, 2023 03:53
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: spanner Issues related to the Spanner API. labels Mar 10, 2023
@rahul2393 rahul2393 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 13, 2023
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 13, 2023
@rahul2393 rahul2393 merged commit 9c61215 into googleapis:main Mar 13, 2023
@nktks nktks deleted the fix/spansql-fgac-more branch March 13, 2023 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: spanner Issues related to the Spanner API. size: m Pull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants