Where to find supabase keys for local development #2231
-
|
I've managed to initialise a local development instance via |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
-
|
Possible solution:
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
If above methods don't work, you can:
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Maybe its worth updating the documentation. I was stuck for a week since I wasn't able to find that service role key locally. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Hi, in the meantime you can run |
Beta Was this translation helpful? Give feedback.





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: