> 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.
