We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89827b2 commit ff60c1fCopy full SHA for ff60c1f
signer/tuf_on_ci_sign/_user.py
@@ -79,12 +79,11 @@ def get_signer(self, key: Key) -> Signer:
79
"""
80
81
def get_secret(secret: str) -> str:
82
- msg = f"Enter {secret} to sign"
+ msg = f"Enter {secret} to sign (provide touch/bio authentication if needed)"
83
84
# special case for tests -- prompt() will lockup trying to hide STDIN:
85
if not sys.stdin.isatty():
86
return sys.stdin.readline().rstrip()
87
-
88
return click.prompt(bold(msg), hide_input=True)
89
90
if key.keyid in self._signers:
0 commit comments