Supabase domain verification
1

2
3

4
echo validation.aikido.7b11e89f82e2119ef8889dce7078909a > aikido.txt5


6

7

8

9

Last updated
Was this helpful?
To verify a Supabase domain for a pentest, complete the steps below.
Start the verification process
Go to the final step of the pentest onboarding flow, where you can configure domain verification.

Click verify
Find your Supabase domain and click Verify. This starts the Supabase-specific verification flow.
Copy the verification code
Copy the verification code shown in Aikido. You will use this code to create the verification file in the next step.

Create a verification file
Create a local file named aikido.txt and add the verification code to it. You will upload this file in a later step.
echo validation.aikido.7b11e89f82e2119ef8889dce7078909a > aikido.txtCreate public bucket
To host the verification file, you need a public Supabase Storage bucket. If you do not already have one, create a new bucket and enable public access.


Upload verification file
Upload aikido.txt to the public bucket.

Get the url of the file
After the file has been uploaded, copy its public URL from Supabase Storage.

Provide the url for validation
Paste the public file URL into the verification flow in Aikido and submit it for validation.

Succesful validation
If the validation succeeds, you will see a confirmation toast in Aikido.

Last updated
Was this helpful?
Was this helpful?