Skip to content

Commit

Permalink
Merge pull request #17595 from cockroachdb/DOC-8403-security-title-na…
Browse files Browse the repository at this point in the history
…v-improvements

DOC-8403 Security title and nav improvements
  • Loading branch information
MichaelTrestman authored Aug 9, 2023
2 parents f05f27d + 791026e commit a177a89
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions src/current/_includes/v23.1/sidebar-data/cloud-deployments.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,41 +118,41 @@
"title": "Security",
"items": [
{
"title": "CockroachDB Cloud Security Overview",
"title": "Overview",
"urls": [
"/cockroachcloud/security-overview.html"
]
},

{
"title": "Manage AWS PrivateLink for a Dedicated Cluster",
"title": "Manage AWS PrivateLink",
"urls": [
"/cockroachcloud/aws-privatelink.html"
]
},
{
"title": "CMEK for Dedicated",
"title": "Customer-Managed Encryption Keys (CMEK)",
"items": [
{
"title": "Manage Customer-Managed Encryption Keys (CMEK) for Dedicated",
"title": "Manage CMEK for Dedicated",
"urls": [
"/cockroachcloud/managing-cmek.html"
]
},
{
"title": "Provision AWS KMS Keys and IAM Roles for CMEK",
"title": "Provision AWS for CMEK",
"urls": [
"/cockroachcloud/cmek-ops-aws.html"
]
},
{
"title": "Provision GCP KMS Keys and Service Accounts for CMEK",
"title": "Provision GCP for CMEK",
"urls": [
"/cockroachcloud/cmek-ops-gcp.html"
]
},
{
"title": "Customer-Managed Encryption Keys (CMEK)",
"title": "Customer-Managed Encryption Keys (CMEK) Overview",
"urls": [
"/cockroachcloud/cmek.html"
]
Expand All @@ -169,7 +169,7 @@
]
},
{
"title": "Payment Card Industry Data Security Standard (PCI DSS)",
"title": "PCI DSS",
"urls": [
"/cockroachcloud/pci-dss.html"
]
Expand Down Expand Up @@ -210,7 +210,7 @@
]
},
{
"title": "Certificate Authentication for SQL Clients in Dedicated Clusters",
"title": "SQL Client Certificate Authentication for Dedicated Clusters",
"urls": [
"/cockroachcloud/client-certs-dedicated.html"
]
Expand All @@ -227,7 +227,7 @@
]
},
{
"title": "Manage Console Access",
"title": "Manage Users, Roles, and Service Accounts",
"urls": [
"/cockroachcloud/managing-access.html"
]
Expand Down
2 changes: 1 addition & 1 deletion src/current/cockroachcloud/aws-privatelink.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Managing AWS PrivateLink for CockroachDB Cloud
title: Manage AWS PrivateLink
summary: Instructions for establishing AWS PrivateLink network access for a cluster in CockroachDB Cloud.
toc: true
docs_area: manage
Expand Down
2 changes: 1 addition & 1 deletion src/current/cockroachcloud/client-certs-dedicated.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Certificate Authentication for SQL Clients in Dedicated Clusters
title: SQL Client Certificate Authentication for Dedicated Clusters
summary: procedures for managing client certificates for dedicated clusters
toc: true
docs_area: manage.security
Expand Down
2 changes: 1 addition & 1 deletion src/current/cockroachcloud/cmek-ops-aws.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Provision AWS KMS Keys and IAM Roles for CMEK
title: Provision AWS for CMEK
summary: Tutorial for provisioning CMEK in AWS, covering initial set-up, revocation, and recovery scenarios.
toc: true
docs_area: manage.security
Expand Down
2 changes: 1 addition & 1 deletion src/current/cockroachcloud/cmek-ops-gcp.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Provision GCP KMS Keys and Service Accounts for CMEK
title: Provision GCP for CMEK
summary: Tutorial for provisioning CMEK in GCP, covering initial set-up, revocation, and recovery scenarios.
toc: true
docs_area: manage.security
Expand Down
2 changes: 1 addition & 1 deletion src/current/cockroachcloud/cmek.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Customer-Managed Encryption Keys (CMEK)
title: Customer-Managed Encryption Keys (CMEK) Overview
summary: Use cryptographic keys that you manage to protect data at rest in a {{ site.data.products.dedicated }} cluster.
toc: true
docs_area: manage.security
Expand Down
2 changes: 1 addition & 1 deletion src/current/cockroachcloud/configure-cloud-org-sso.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Configure Cloud Organization Single Sign-On (SSO)
title: Configure Cloud Organization SSO
summary: Learn how to configure single Cloud Organization Single Sign-On (SSO) for your CockroachDB Cloud organization.
toc: true
docs_area: manage
Expand Down
2 changes: 1 addition & 1 deletion src/current/cockroachcloud/managing-access.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Managing Users, Roles, and Service Accounts in CockroachDB Cloud
title: Manage Users, Roles, and Service Accounts
summary: Learn how to manage the lifecycle of CockroachDB Cloud organization users and roles.
toc: true
docs_area: manage
Expand Down
2 changes: 1 addition & 1 deletion src/current/cockroachcloud/managing-cmek.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Manage Customer-Managed Encryption Keys (CMEK) for CockroachDB Dedicated
title: Manage CMEK for Dedicated
summary: Tutorial for getting a dedicated cluster up and running with Customer-Managed Encryption Keys (CMEK)
toc: true
docs_area: manage.security
Expand Down
2 changes: 1 addition & 1 deletion src/current/v22.2/sso-sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ For more details and examples, refer to [SSO to CockroachDB clusters using JWT](

## Learn more

This [Cockroach Labs blog post](https://www.cockroachlabs.com/blog/) covers and provides further resources for a variety of auth token-issuing use cases, including using Okta and Google Cloud Platform to issue tokens.
This [Cockroach Labs blog post](https://www.cockroachlabs.com/blog/sso-to-clusters-with-jwt/) covers and provides further resources for a variety of auth token-issuing use cases, including using Okta and Google Cloud Platform to issue tokens.

## Provision a service account

Expand Down
2 changes: 1 addition & 1 deletion src/current/v23.1/sso-sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ For more details and examples, refer to [SSO to CockroachDB clusters using JWT](

## Learn more

This [Cockroach Labs blog post](https://www.cockroachlabs.com/blog/) covers and provides further resources for a variety of auth token-issuing use cases, including using Okta and Google Cloud Platform to issue tokens.
This [Cockroach Labs blog post](https://www.cockroachlabs.com/blog/sso-to-clusters-with-jwt/) covers and provides further resources for a variety of auth token-issuing use cases, including using Okta and Google Cloud Platform to issue tokens.

## Provision a service account

Expand Down

0 comments on commit a177a89

Please sign in to comment.