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
True, as it is now SIGHUP doesn't reload the configuration file, it only refreshes PostgREST schema cache, maybe a SIGUSR1 would've been more appropriate for this since SIGHUP has a standard behavior.
Environment
Description of issue
(Expected behavior vs actual behavior)
I source my JWT secret from a file:
When I change this file and send Postgrest a SIGHUP, it reloads itself:
However I don't think it re-reads the contents of the JWT secret file. Is it supposed to?
My goal is to rotate the JWT signing key (for a sort of primitive "revocation" of pre-existing tokens).
The text was updated successfully, but these errors were encountered: