vegas-credentials icon indicating copy to clipboard operation
vegas-credentials copied to clipboard

AWS credential_process utility to assume AWS IAM Roles with Yubikey Touch and Authenticator App TOTP MFA to provide temporary session credentials; With encrypted caching and support for automatic cred...

Results 14 vegas-credentials issues
Sort by recently updated
recently updated
newest added

Since profiles are configured to aws/.config and not in aws/.credentials, do scripts and language SDKs (go, java etc.) that rely on AWS_PROFILE environment variable work with this? throwing --profile foo...

enhancement

If user has only one Yubikey device, we should not require setting the `vegas_yubikey_serial`: ```ini # ~/.aws/config [default] mfa_serial = arn:aws:iam::111111111111:mfa/FrankSinatra vegas_yubikey_serial = 12345678 ```

bug

If user configures invalid values (such as too long `duration_seconds`) then STS will return an error. This error is not processed and instead the end-user receives the following error with...

bug

Consider running test suites against Windows/MacOS/Linux in Github Actions.

enhancement