> 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="https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-ce8cd50ad56351199fc4f7ed3a8fd9e9ea300f12%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

### 始め方 <a href="#getting-started" id="getting-started"></a>

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

<figure><img src="https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-4bc1a4d1f14b746787390aab3c667e33001ee185%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

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

Aikido は API アクセスを承認するために Supabase へリダイレクトします。権限を確認し、接続したい組織をドロップダウンから選択して、 **「Authorize Aikido Security」**.\
\
![](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-107e4b273880982dfd918a1106e2c4acbe9efc21%2Fimage.png?alt=media)
{% endstep %}

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

Aikido で接続したプロジェクトに名前を付け、稼働環境（本番、ステージングなど）を指定してください。これにより Aikido は、重要度やビジネスへの影響に基づいて検出結果の優先順位を付けやすくなります。クリック **「保存」**.\
\
![](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-f1500d1fe8f633cea3590194f18661c05097a919%2Fimage.png?alt=media)
{% 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.
