You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been struggling to figure out how to rotate the anon and service API tokens. I see that there's a JWTSecret in Secrets Manager that the JsonWebTokenFunction lambda pulls from to generate the JWTs. And I can see that Supabase validates the JWTs using this same secret. If I wanted to change this JWTSecret value (either manually or programmatically), how can I force the JsonWebTokenFunction lambda to run again and regenerate the JWT tokens? Updating the stack doesn't seem to make the lambda run again. Thanks!
Describe the improvement
A clear and concise description of the improvement.
Additional context
Add any other context or screenshots that help clarify your question.
The text was updated successfully, but these errors were encountered:
Improve documentation
Describe the problem
I've been struggling to figure out how to rotate the anon and service API tokens. I see that there's a
JWTSecret
in Secrets Manager that theJsonWebTokenFunction
lambda pulls from to generate the JWTs. And I can see that Supabase validates the JWTs using this same secret. If I wanted to change thisJWTSecret
value (either manually or programmatically), how can I force theJsonWebTokenFunction
lambda to run again and regenerate the JWT tokens? Updating the stack doesn't seem to make the lambda run again. Thanks!Describe the improvement
A clear and concise description of the improvement.
Additional context
Add any other context or screenshots that help clarify your question.
The text was updated successfully, but these errors were encountered: