parse-community / parse-dashboard

A dashboard for managing Parse Server
https://parseplatform.org
Other
3.75k stars 1.39k forks source link

Dynamic master key #2580

Open mtrezza opened 3 months ago

mtrezza commented 3 months ago

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:

{
  masterKey: async () => await getKey(),
  masterKeyTtl: 3600,
}

Alternatives / Workarounds

Dashboard restart.

parse-github-assistant[bot] commented 3 months ago

Thanks for opening this issue!