Where to find supabase keys for local development #2231
|
I've managed to initialise a local development instance via |
Replies: 8 comments 12 replies
|
Apologies, I've not used these discussions on gh much, I think I found a similar question that may point to a solution (#1029). SOLUTION: consumers:
- username: 'private-key'
keyauth_credentials:
- key: ANON_KEY
- key: SERVICE_KEY |
|
Possible solution:
|
|
If above methods don't work, you can:
|
|
Maybe its worth updating the documentation. I was stuck for a week since I wasn't able to find that service role key locally. |
|
Hi, in the meantime you can run |





Apologies, I've not used these discussions on gh much, I think I found a similar question that may point to a solution (#1029).
SOLUTION:
The anon and service keys can be found in
.supabase/kong/kong.yml. Scroll down to the end of the file and the keys are under: