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 commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New Features
Added --force-renew to pybritive checkout. This allows for the profile to be checked in and checked back out if the credentials are about to expire.
Added --aws-credentials-file to pybritive checkout. This allows the caller to specify an alternate location for the AWS credentials file. It also will read from AWS_SHARED_CREDENTIALS_FILE environment variable.
Bug Fixes
Sanitize pybritive configure tenant and pybritive configure global tenant/alias inputs.
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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).