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
Changed credential encrypted file logic to not prompt for a passphrase if not is not provided by the caller. A default uuid.getnode() passphrase will be used instead.
Added feature for encrypting credentials in the local pybritive cache when using the AWS credential process checkout mode (--mode awscredentialprocess). This makes the pybritive credential process more performant while ensuring the locally cached credentials are encrypted at rest (more secure than the standard AWS credentials file).