keys in a directory '/root/.aspnet/DataProtection-Keys' that may not be persisted outside of the container. Protected data will be unavailable when container is destroyed.
We could just mount a volume at this location and the keys would be persisted between restarts.
We get the following log info:
keys in a directory '/root/.aspnet/DataProtection-Keys' that may not be persisted outside of the container. Protected data will be unavailable when container is destroyed.
We could just mount a volume at this location and the keys would be persisted between restarts.