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

# セキュリティと認証

> セキュリティと認証のランディングページ

<CardGroup cols={2}>
  <Card title="ユーザーとロール" icon="users" href="/docs/ja/concepts/features/security/access-rights">
    ClickHouse が RBAC に基づくアクセス制御管理をどのようにサポートしているか、詳しく説明します。
  </Card>

  <Card title="ネットワークポート" icon="ethernet" href="/docs/ja/concepts/features/security/network-ports">
    ClickHouse で使用されるネットワークポートのリファレンスです。
  </Card>

  <Card title="TLS" icon="lock" href="/docs/ja/concepts/features/security/tls/index">
    ClickHouse への安全な接続のために TLS を設定します。
  </Card>

  <Card title="外部認証" icon="id-badge" href="/docs/ja/concepts/features/security/external-authenticators/index">
    OSS ClickHouse が外部サービスを使ったユーザー認証と管理をどのようにサポートしているか、詳しく説明します。
  </Card>
</CardGroup>
