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 have just come across an issue which took me a little while to figure out because it relys on waiting for Zitadel to rotate keys to test.
Zitadel rotates signing keys so after n hours expiry time the dashboard will no longer work as management returns 401 to api requests.
Adding --idp-sign-key-refresh-enabled to the docker-compose command config for management service solves this issue.
I would be happy to submit a PR if that's helpful but I'm not sure if it's better solved by a line in the docs or being handled automatically by the configure.sh script or whether there are plans to implement that option by default etc.
The text was updated successfully, but these errors were encountered:
I have just come across an issue which took me a little while to figure out because it relys on waiting for Zitadel to rotate keys to test.
Zitadel rotates signing keys so after n hours expiry time the dashboard will no longer work as management returns 401 to api requests.
Adding --idp-sign-key-refresh-enabled to the docker-compose command config for management service solves this issue.
I would be happy to submit a PR if that's helpful but I'm not sure if it's better solved by a line in the docs or being handled automatically by the configure.sh script or whether there are plans to implement that option by default etc.
The text was updated successfully, but these errors were encountered: