cockroachdb / cockroachdb/cockroach
changefeedccl: make it easier to rotate credentials using external connections
Open
A-cdc
C-enhancement
T-cdc
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
Today to rotate credentials using external connections you need to:
- Pause the job
- drop the external connection
- recreate the external connection with the same name
- unpause the job
We should (1) let you [alter an external connection](https://github.com/cockroachdb/cockroach/issues/98610) and (2) allow you to add a secondary key that will be tried once the first one fails (so you don't have to add the new key _after_ it stops be useful
Jira issue: CRDB-27764
Contributor guide
Assessment
This issue has not been assessed yet.