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 has been archived by the owner on May 18, 2021. It is now read-only.
In order to check if your passphrase is "", it would have to just try decrypting. Which I suppose it could, but then why bother encrypting at all?
Really what you want is an unencrypted backend for keyring. While I can see how this would be convenient, it opens you up to security problems. Namely any other process on your computer that can read your home directory (root, malware) could pilfer your Okta creds from the file, or run aws-okta with your creds without you knowing it. Which is also true of the file backend with a "" passphrase, but at least then the malware has to attempt decrypting and the creds/session tokens aren't sitting there in cleartext.
Anyway, #278 and this is a new feature/behavioural change so it won't be accepted.
When using
exec
the passphrase request should be suppressed since this being an optional input during the profile setup.The text was updated successfully, but these errors were encountered: