cockroachdb / cockroachdb/cockroach
externalconnections: Add fine grained permissions to SHOW CREATE EXTERNAL CONNECTION
Open
C-enhancement
P-2
T-disaster-recovery
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
Without the admin role, users can only view the external connections that they own.
Allow users to grant SHOWEXTERNALCONNECTION as a [system-level privilege](https://www.cockroachlabs.com/docs/v23.2/security-reference/authorization#supported-privileges) that allows that user to view every external connection, in line with our fine-grained permission strategy.
Jira issue: CRDB-36051
Contributor guide
Assessment
This issue has not been assessed yet.