Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken links on cloud/security landing page #3158

Merged
merged 1 commit into from
Jan 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/en/cloud/security/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ hide_title: true

This section delves into security in ClickHouse Cloud and contains the following pages:

| Page | Description |
|------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------|
| [Shared Responsibility Model](en/cloud/security/shared-responsibility-model) | Information on the security features offered for each service type. |
| [Cloud Access Management](.) | Information on access control, authentication, SSO setup, common access management queries and how to invite new users. |
| [Connectivity](.) | Information on setting IP filters, private networking, secure access of S3 data and Cloud IP addresses. |
| [Customer Managed Encryption Keys](.) | Information about how customers can leverage their own Key Management Service (KMS) key. |
| [Audit Logging](en/cloud/security/audit-logging) | A guide to audit logging in ClickHouse Cloud. |
| [Privacy and Compliance](.) | Information on security and compliance of ClickHouse Cloud, a guide on how to view and correct your personal information. |
| Page | Description |
|---------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [Shared Responsibility Model](shared-responsibility-model.md) | Information on the security features offered for each service type. |
| [Cloud Access Management](cloud-access-management/index.md) | Information on access control, authentication, SSO setup, common access management queries and how to invite new users. |
| [Connectivity](connectivity-overview.md) | Information on setting IP filters, private networking, secure access of S3 data and Cloud IP addresses. |
| [Enhanced Encryption](cmek.md) | Data at rest is encrypted by default using cloud provider-managed AES 256 keys. Customers may enable Transparent Data Encryption (TDE) to provide an additional layer of protection for service data. |
| [Audit Logging](audit-logging.md) | A guide to audit logging in ClickHouse Cloud. |
| [Privacy and Compliance](privacy-compliance-overview.md) | Information on security and compliance of ClickHouse Cloud, a guide on how to view and correct your personal information. |
Loading