> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/kdosukyan/scanning-practices/enhancing-security-with-access-control-checks.md).

# アクセス制御チェック

Aikido のアクセス制御に関するチェックは、重要なアクセス制御のベストプラクティスを知らせることで、堅牢なセキュリティを提供します。これにより、コードベースへの変更が、承認され検証されたものだけになることを保証できます。チェックの例としては、多要素認証、デフォルトのアクセス権限の制限、必須のコードレビューがあります。

> すべてのアクセス制御チェック [はこちらで確認できます](https://app.aikido.dev/repositories/access_control).

### 前提条件 <a href="#prerequisite" id="prerequisite"></a>

* GitHub Cloud と GitLab Cloud に接続されたワークスペースでのみ利用できます。

### GitHub のアクセス制御設定 <a href="#access-control-setup-for-github" id="access-control-setup-for-github"></a>

> GitLab では、追加の認可手順は必要ありません。

**ステップ1。** メインフィードで、次で絞り込んでください **アクセス制御。** クリック **GitHub で認可する** アクセス制御に関連する設定を Aikido がスキャンできるようにするためです。

![アクセス制御フィルターが有効です。Aikido は分析のために追加の GitHub 権限を要求します。](/files/2f4abf012615427e209133134a29bed8dc70ef93)

**ステップ2。** GitHub で、次に権限を付与してください **インストール** Aikido GitHub Config Scanner をインストールします。次を選択することをおすすめします **すべてのリポジトリ**.

![Aikido GitHub Config Scanner を、リポジトリおよび組織の読み取りアクセス権を付けてインストールします。](/files/83a3b0a98fd0558099252200565609d3468712c5)

**ステップ3。** 接続後、Aikido は次をスキャンします [ここで言及されているチェック。 ](https://app.aikido.dev/repositories/access_control)数分後、Aikido のフィードで確認できるようになります。サイドバーには、どのリポジトリに設定調整が必要かについての詳細が表示されます。

![アクセス制御のセキュリティ問題を、深刻度と推定修正時間ごとに一覧表示します。](/files/86c64231425ec8c70871a4c9df08f7ebac7d3048)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/docs/docs-ja/kdosukyan/scanning-practices/enhancing-security-with-access-control-checks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
