> 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/kuraudosukyan/connect-your-cloud/connect-supabase-organization.md).

# Supabase Organization を接続

### なぜ自分のSupabase組織を接続するのですか？

クラウドインフラストラクチャを保護することは、ユーザーデータを守るために不可欠です。Aikidoのセキュリティチェックを活用して、Supabaseプロジェクト内の設定ミスを検出し、対処できます。

#### **主なユースケース**

* Aikidoは、過度に緩いポリシー、脆弱な認証設定、誤設定されたストレージバケットなど、Supabaseプロジェクトを攻撃者にさらす可能性のある重大なクラウド設定ミスを検出します。すべての設定チェックは [こちらで確認できます。](https://app.aikido.dev/clouds/checks)
* Aikidoは、セットアップの進化に合わせて、Supabase組織に新たなリスクがないか継続的に監視します。

Aikido は、上記に対して毎日コンプライアンススキャンを実行します。

<figure><img src="/files/a333008875f91b4c67e8a0e95d36d27259ba9439" alt=""><figcaption></figcaption></figure>

### はじめに <a href="#getting-started" id="getting-started"></a>

始めるには、 [クラウド概要ページ](https://app.aikido.dev/clouds) Aikido で **「Connect Cloud」**&#x3092;クリックし、 **Supabase** を一覧から選択して、ステップごとのセットアップウィザードに従ってください。

<figure><img src="/files/391acd81fb5788d0a63999f3a535d5aab95419b7" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}
**SupabaseでAikidoを承認**

AikidoはAPIアクセスを承認するためにSupabaseへリダイレクトします。権限を確認し、ドロップダウンから接続したい組織を選択して、クリックしてください **"Aikido Security を承認"**.\
\
![](/files/4f0ebaa62d9e104bde0da0b8209e940a92abf6e7)
{% endstep %}

{% step %}
**クラウド構成に名前を付ける**

接続したプロジェクトにAikido内で名前を付け、稼働環境（本番、ステージングなど）を指定してください。これにより、Aikidoは重大度とビジネスへの影響に基づいて検出結果の優先順位を付けやすくなります。クリック **"保存"**.\
\
![](/files/26956ce6ce1b60d2ee7d5a75174e683947500215)
{% endstep %}
{% endstepper %}

アカウントを接続してから 1〜2 分以内に、Aikido は脅威となり得る設定ミスを報告します。


---

# 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/kuraudosukyan/connect-your-cloud/connect-supabase-organization.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.
