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
This seems to have an issue where the value of role gets set when the inner function is first defined (when _sign() is first called)... meaning _get_secret() is always called with same value for role. This is not ideal
role is only used for output in the actual handler (_common.get_secret_input()): i'm removing the output for now but would like to re-add it once this is fixed
The text was updated successfully, but these errors were encountered:
signers
SignerRepository._sign()
method has an inner method secret_handler that calls the actual handler set by the UI:This seems to have an issue where the value of role gets set when the inner function is first defined (when
_sign()
is first called)... meaning_get_secret()
is always called with same value for role. This is not idealrole is only used for output in the actual handler (
_common.get_secret_input()
): i'm removing the output for now but would like to re-add it once this is fixedThe text was updated successfully, but these errors were encountered: