Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-48495: Allow SecretStr for EncryptedPydanticRedisStorage #367

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

rra
Copy link
Member

@rra rra commented Jan 22, 2025

Allow the encryption key for EncryptedPydanticRedisStorage to be passed in as a SecretStr instead of str. This allows easier integration with a secret that comes from Pydantic-parsed settings that use SecretStr for secrets.

@rra rra requested a review from fajpunk January 22, 2025 16:54
Allow the encryption key for `EncryptedPydanticRedisStorage` to be
passed in as a `SecretStr` instead of `str`. This allows easier
integration with a secret that comes from Pydantic-parsed settings
that use `SecretStr` for secrets.
@rra rra force-pushed the tickets/DM-48495 branch from 06582ea to cb1e076 Compare January 22, 2025 16:55
@rra rra enabled auto-merge January 22, 2025 16:58
@rra rra merged commit 3354734 into main Jan 22, 2025
6 checks passed
@rra rra deleted the tickets/DM-48495 branch January 22, 2025 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants