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: 5 comments 8 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.
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: