Skip to content

Allow data protection without writable storage #3272

Closed
@MatthewLymer

Description

@MatthewLymer

I have a server farm in where I have no writable storage (no redis, fileshare, or database) but I would like to use the IDataProtectionProvider interfaces. One node will be sending data to another transitively through a 3rd-party.

Is there an implementation of IDataProtectionProvider that does not use the key-rotation logic that requires a writable storage?

I know of the EphemeralDataProtectionProvider which doesn't require a store, but this is useless in a server farm scenario. All other implementations look to require storing it in a filesystem, in azure, in redis, or whatever else.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ✔️ Resolution: Won't FixResolved because we decided not to change the behavior reported in this issue.area-dataprotectionIncludes: DataProtection

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions