docs
docs copied to clipboard
CockroachDB user documentation
Page: https://cockroachlabs.com/docs/v23.2/create-user.html ## What is the reason for your feedback? [ ] Missing the information I need [ ] Too complicated [x] Out of date [ ] Something is broken...
Exalate commented: [https://github.com/cockroachdb/cockroach/pull/77955](https://github.com/cockroachdb/cockroach/pull/77955) — Release note (security update): HBA configuration can now be used to restrict admin logins to originating from localhost. This allows security conscious users to better restrict...
Fixes DOC-9928, DOC-9929 This PR (in draft) adds a DR overview page to direct users toward establishing resiliency in their deployments. Currently included this as an overview page for DR...
Michael Lewis (mikeCRL) commented: The Auto TLS capability centers around the {{cockroach connect}} command. # We have [documented Auto TLS](https://www.cockroachlabs.com/docs/stable/auto-tls.html] here, but there is no entry for `cockroach connect` in...
I have a table with column type TIMESTAMPTZ which is nullable. I tried to import a CSV file into the table. When this timestamp field is NULL, I will throw...
Page: https://cockroachlabs.com/docs/v23.2/create-user.html ## What is the reason for your feedback? [ ] Missing the information I need [ ] Too complicated [x] Out of date [ ] Something is broken...
Jianwei Lin (lin-crl) commented: Page: https://cockroachlabs.com/docs/v23.2/sso-sql.html ## What is the reason for your feedback? [ ] Missing the information I need [ ] Too complicated [ ] Out of date...
Exalate commented: Related PR: https://github.com/cockroachdb/cockroach/pull/94915 Commit: https://github.com/cockroachdb/cockroach/commit/8f13145824f93cd18234e83ccbe8c527ea6cb49d --- Release note (backward-incompatible change): There was a bug whereby, when `server.identity_map.configuration` was used, CockroachDB did not verify the client-provided username against the...
Raphael ‘kena’ Poss (knz) commented: ## What is the reason for your feedback? The cluster setting `server.identity_map.configuration` can be used in a diversity of deployment types. In particular, it is...
Exalate commented: https://github.com/cockroachdb/cockroach/pull/70269 --- Release note (security update): The server.identity_map.configuration cluster setting allows a pg_ident.conf file to be uploaded to support dynamically remapping system identities (e.g.: Kerberos or X.509 principals)...