aspnet/DataProtection

Warn about ephemeral keys when running in docker containers

Closed this issue · 0 comments

Users should persist keys to an external key store (e.g. redis, named data volume) when running in docker. When this isn't configured, we should issue a warning.

One implementation idea: detect docker from /proc/1/cgroup

cref aspnet/MusicStore#716