From 2849dcf967f844ce772aec4c7418e3fe3f9c5f9c Mon Sep 17 00:00:00 2001 From: Rich Loveland Date: Wed, 6 Nov 2024 14:04:52 -0500 Subject: [PATCH] Update with taroface feedback (2) --- src/current/v24.2/auto-tls.md | 2 +- ...ificate-based-authentication-using-the-x509-subject-field.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/current/v24.2/auto-tls.md b/src/current/v24.2/auto-tls.md index e0a0cd264d6..2fddd20e69b 100644 --- a/src/current/v24.2/auto-tls.md +++ b/src/current/v24.2/auto-tls.md @@ -139,7 +139,7 @@ cockroach init --certs-dir=certs --host=localhost:26257 - [`cockroach cert`]({% link {{ page.version.version }}/cockroach-cert.md %}) - [`cockroach auth-session`]({% link {{ page.version.version }}/cockroach-auth-session.md %}) -- [Authenticate to CockroachDB {{ site.data.products.core }} Clusters]({% link {{ page.version.version }}/authentication.md %}) +- [Authenticate to CockroachDB {{ site.data.products.core }} clusters]({% link {{ page.version.version }}/authentication.md %}) - [GSSAPI Authentication]({% link {{ page.version.version }}/gssapi_authentication.md %}) - [SQL Authentication]({% link {{ page.version.version }}/security-reference/authentication.md %}) - [Cloud Storage Authentication]({% link {{ page.version.version }}/cloud-storage-authentication.md %}) diff --git a/src/current/v24.2/certificate-based-authentication-using-the-x509-subject-field.md b/src/current/v24.2/certificate-based-authentication-using-the-x509-subject-field.md index e651954a1a2..03747db7ac8 100644 --- a/src/current/v24.2/certificate-based-authentication-using-the-x509-subject-field.md +++ b/src/current/v24.2/certificate-based-authentication-using-the-x509-subject-field.md @@ -118,7 +118,7 @@ Regardless of this setting's value, CockroachDB will verify the following during - [`ALTER ROLE ... SUBJECT`]({% link {{ page.version.version }}/alter-role.md %}#set-the-subject-role-option-for-certificate-based-authentication) - [`CREATE ROLE ... SUBJECT`]({% link {{ page.version.version }}/create-role.md %}#set-the-subject-role-option-for-certificate-based-authentication) -- [Authenticate to CockroachDB {{ site.data.products.core }} Clusters]({% link {{ page.version.version }}/authentication.md %}) +- [Authenticate to CockroachDB {{ site.data.products.core }} clusters]({% link {{ page.version.version }}/authentication.md %}) - [GSSAPI Authentication]({% link {{ page.version.version }}/gssapi_authentication.md %}) - [SQL Authentication]({% link {{ page.version.version }}/security-reference/authentication.md %}) - [Cloud Storage Authentication]({% link {{ page.version.version }}/cloud-storage-authentication.md %})