Details
-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
None
-
9223372036854775807
Description
The current Shared Secret Key implementation only allows a single key to be set for any nodemap. However, this makes it complex to update the secret key and expire the old key because the key on all the clients and servers need to be updated at the same time.
It would be better to allow multiple keys to be active on a single nodemap at one time, so that a new key can be added on the servers, the key can be updated on the clients for their next remount/reconnect, and then the old key can be removed when all clients have been reconnected.