The master key is set on dashboard start and cannot be changed without a dashboard restart. This is disadvantageous when periodically rotating the keys because a key rotation also requires a dashboard restart.
Feature / Enhancement Description
Allow to set an async function for the master key instead of a string.
Add the master key to the internal cache with a TTL, so that the function is not called every time the master key is validated
New Feature / Enhancement Checklist
Current Limitation
The master key is set on dashboard start and cannot be changed without a dashboard restart. This is disadvantageous when periodically rotating the keys because a key rotation also requires a dashboard restart.
Feature / Enhancement Description
Example Use Case
New Parse Dashboard options:
Alternatives / Workarounds
Dashboard restart.