> 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 でクリック **「Cloud に接続」**。選択 **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.
