You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, secret key material such as signing_key in LSPS5 and promise_secret in LSPS2 is included directly in the Config structs. While this works for now, it's not ideal to mix sensitive cryptographic material with general configuration parameters.
We should consider refactoring the codebase to store secrets separately from the rest of the configuration data.
The text was updated successfully, but these errors were encountered:
As discussed here #3662 (comment)
Currently, secret key material such as
signing_key
in LSPS5 andpromise_secret
in LSPS2 is included directly in the Config structs. While this works for now, it's not ideal to mix sensitive cryptographic material with general configuration parameters.We should consider refactoring the codebase to store secrets separately from the rest of the configuration data.
The text was updated successfully, but these errors were encountered: