-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
84619: ccl/changefeedccl: add assume role auth to GCP pubsub r=rhu713 a=rhu713 The URI for GCP pubsub now accept an "ASSUME_ROLE" parameter, which specifies a comma-separated list of service accounts to be chain assumed by the service account authenticated by the implicit or specified credentials. For example, the URI ``` gcpubsub://project?AUTH=implicit&topic_name=topic&ASSUME_ROLE=roleA,roleB ``` will inform the implicit service account to roleB through the delegate roleA in order to access the pubsub resource. Release note (enterprise change): The URI for GCP pubsub now accept an "ASSUME_ROLE" parameter, which specifies a comma-separated list of service accounts to be chain assumed by the service account authenticated by the implicit or specified credentials. 84982: acceptance: skip `TestComposeGSS` r=knz a=erikgrinaker Touches #84981. Release note: None Co-authored-by: Rui Hu <rui@cockroachlabs.com> Co-authored-by: Erik Grinaker <grinaker@cockroachlabs.com>
- Loading branch information
Showing
5 changed files
with
98 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters