> 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/aikido-debaisu/using-aikido-endpoint/custom-registries.md).

# カスタムレジストリ

多くのチームは、パブリックレジストリから直接パッケージをインストールしません。代わりに、AWS CodeArtifact が npm や PyPI をプロキシするような、パブリックなエコシステムのプロキシまたはミラーとして機能するプライベートレジストリ経由でルーティングします。これらのインストール先はパブリック側ではなくあなたのプライベートレジストリのドメインになるため、Device Protection はそのトラフィックを検査するために、そのドメインを認識している必要があります。

カスタムレジストリを追加すると、Device Protection はそのドメインをサポートされているパブリックエコシステムのプロキシとして扱うようになります。そこを通じて提供されるパッケージは、パブリックレジストリから直接インストールされるパッケージとまったく同じ方法でマルウェアチェックされます。

## 仕組み

カスタムレジストリを登録すると、Device Protection はそのドメインをパブリックエコシステムのプロキシとして認識します。そのドメインを通るパッケージのインストールはデバイス上で検査され、パブリックレジストリ自体からのインストールと同様に、Aikido のマルウェアシグネチャと照合されます。既存の [インストールポリシー](/docs/docs-ja/aikido-debaisu/using-aikido-endpoint/configuring-installation-policies.md) もこれらのインストールに適用されます。

## カスタムレジストリを追加

1. 次へ移動 [カスタムレジストリ](https://app.aikido.dev/endpoint-protection/custom-registries) Aikido アカウントに。
2. クリック **カスタムレジストリを追加**.
3. レジストリを選択 **種類** （例: AWS CodeArtifact）。
4. レジストリを入力 **ドメイン** （例: `my-org.d.codeartifact.us-east-1.amazonaws.com`).
5. 保存。

これで、レジストリはその種類とドメインとともに一覧に表示されます。行の **⋮** メニューを使って、編集または削除できます。

<figure><img src="/files/3474bff5cc35638fc6a3c2fdfaa2659f04d841ba" alt=""><figcaption></figcaption></figure>


---

# 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/aikido-debaisu/using-aikido-endpoint/custom-registries.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.
