aksio-insurtech / AppManager

MIT License
4 stars 2 forks source link

Look into hooking up mount for persisting the ASP.NET data protection keys #9

Closed einari closed 1 year ago

einari commented 2 years ago

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.

einari commented 1 year ago

Duplicate of #112 - closing