> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cockroachlabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Secure and Govern Overview

export const InternalLink = ({version, path = "", children, ...props}) => {
  let detectedVersion = version || "stable";
  if (typeof window !== 'undefined' && !version) {
    const match = window.location.pathname.match(/\/docs\/([^/]+)/);
    if (match) {
      detectedVersion = match[1];
    }
  }
  const normalizedPath = path.startsWith("/") ? path.slice(1) : path;
  return <a href={`/docs/${detectedVersion}/${normalizedPath}`} {...props}>
      {children}
    </a>;
};

Access to Cockroach Continuum is governed at the organization level, and clusters inherit CockroachDB Cloud's security model. Mission Critical clusters add customer-managed encryption keys and egress controls.

Security feature availability differs by edition and is enforced by the database's license entitlements. For the boundaries, refer to <InternalLink path="feature-reference">Feature Reference</InternalLink> and <InternalLink path="editions-and-add-ons#feature-entitlements-and-license-behavior">Editions and Add-Ons</InternalLink>.

The <InternalLink path="editions-and-add-ons#add-ons">Advanced Compliance add-on</InternalLink> applies at the organization level, across the organization's Mission Critical clusters, and grants access to the Trust Center.

Pages in this section:

* <InternalLink version="cockroachcloud" path="authorization">Authorization</InternalLink>
* <InternalLink version="cockroachcloud" path="cmek">CMEK</InternalLink>
