cli: Have connect
commands use a configurable timeout
#64878
Labels
A-authentication
Pertains to authn subsystems
C-cleanup
Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.
T-server-and-security
DB Server & Security
Currently, the
cockroach connect init
andconnect join
commandshave hardcoded life spans / timeouts at 10 mins and 1 min respectively.
This should be configurable, ideally using the
--timeout
flag thatalready exists on other commands.
Stems from #60632.
Jira issue: CRDB-7324
Epic: CRDB-6663
The text was updated successfully, but these errors were encountered: