-
Notifications
You must be signed in to change notification settings - Fork 82
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
Support for encryption at rest when using offline mode #423
Comments
Would be awesome to support AES-256 and RSA encrypt/decrypt. Suggested env vars
Suggested encryptor interface
Suggested AES-256 implementation
Suggested RSA encryptor impelementation
Suggested encryptor factory based on encryption method
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Our organization requires data to be encrypted at rest to comply with security policies and industry regulations. While the LaunchDarkly Relay Proxy supports encryption in transit using FIPS 140-2 validated encryption modules, it does not currently offer encryption at rest for data stored in offline mode. This creates a compliance gap and potential security risk for our sensitive data.
Describe the solution you'd like
We would like the LaunchDarkly Relay Proxy to support encryption at rest for data stored on disk when running in offline mode. This feature should ensure that all data, including feature flags and user attributes, are encrypted using strong encryption algorithms when stored locally by the Relay Proxy.
Describe alternatives you've considered
Implementing additional infrastructure measures such as encrypted filesystems or using external storage solutions that provide encryption at rest. However, these alternatives introduce additional complexity and may not fully integrate with the Relay Proxy's operations.
Using other feature management tools that provide comprehensive encryption capabilities, but this would require significant changes to our current setup and might not offer the same level of functionality and integration as LaunchDarkly.
Additional context
This feature is critical for organizations that need to comply with stringent security standards and regulations, such as those in the finance, healthcare, and government sectors. Adding encryption at rest support would significantly enhance the security posture of the LaunchDarkly Relay Proxy and make it a more attractive solution for security-conscious customers.
The text was updated successfully, but these errors were encountered: