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
{{ message }}
This repository was archived by the owner on Jul 23, 2023. It is now read-only.
This is similar to the current implementation for the access key in sparko, but instead of setting the secret in config and generate the hmac at runtime, sparko would be configured with the hmac (generated with e.g. the above tool by the operator), and then validate that towards user input at validation time
IMO this is an easy mean to significantly reduce the exposure of credentials in memory and on disk.
If you agree I could take a stab at an implementation @fiatjaf