PR #101987 - cli/sql: new option autocerts
for TLS client cert auto-discovery
#16950
Labels
autocerts
for TLS client cert auto-discovery
#16950
Related PR: cockroachdb/cockroach#101987
Commit: cockroachdb/cockroach@dedeacf
Fixes: CRDB-27201
Release note (cli change): The
\connect
client-side command for theSQL shell (included in
cockroach sql
,cockroach demo
,cockroach-sql
) now recognizes an optionautocerts
as lastargument.
When provided,
\c
will now try to discover a TLS clientcertificate and key in the same directory(ies) as used by the previous
connection URL.
This feature makes it easier to switch usernames when
TLS client/key files are available for both the previous and the new
username.
The text was updated successfully, but these errors were encountered: