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
When running in a CI system where no TTY is attached, if something goes wrong, notary winds up asking for a root pass phrase over and over without end. We recently had our CI system run out of disk space due to gig's of logs with the repeating pattern:
Enter passphrase for new root key with ID fdd4003:
Enter passphrase for new root key with ID fdd4003:
Enter passphrase for new root key with ID fdd4003:
Notary should be smarter and give up asking for a passphrase when there's no tty instead of looping.
The text was updated successfully, but these errors were encountered:
It should give up after 10(?) retries. But if enabled, the password should be in the environment anyway.
i.e. Either there should be a password, or it shouldn't be enabled. If you're running in some other configuration it would be useful to us to understand what the use case is.
When running in a CI system where no TTY is attached, if something goes wrong, notary winds up asking for a root pass phrase over and over without end. We recently had our CI system run out of disk space due to gig's of logs with the repeating pattern:
Notary should be smarter and give up asking for a passphrase when there's no tty instead of looping.
The text was updated successfully, but these errors were encountered: