Skip to content

Releases: meltwater/awsudo

v1.6.0

Choose a tag to compare

@awsudo awsudo released this 05 Nov 01:36

DO NOT USE

This release introduced a critical flaw that treated all argument flags (e.g. -q or --exclude) as intended for awsudo and withheld them the underlying command.

Please use v1.7.1 and thank you to @ jaytmiller and @meyertime for raising this issue.

v1.5.0

Choose a tag to compare

@awsudo awsudo released this 20 Sep 17:18
1.5.0

v1.4.4

Choose a tag to compare

@awsudo awsudo released this 15 Jul 15:58
1.4.4

v1.4.3

Choose a tag to compare

@awsudo awsudo released this 02 Jun 20:21
1.4.3

v1.4.2

Choose a tag to compare

@awsudo awsudo released this 29 Oct 16:27
1.4.2

v1.4.1

Choose a tag to compare

@awsudo awsudo released this 18 Aug 19:19
1.4.1

Option for External ID

Choose a tag to compare

@awsudo awsudo released this 03 Aug 14:32

A new set of options are now available to specify an external ID which is generally required for third party access to a role.

awsudo [-e|--external-id]

  -e, --external-id    The external id string used to authenticate role
                       assumption                      [string] [default: false]

Please see README for full set of command line options.

Hide sensitve data in output

Choose a tag to compare

@awsudo awsudo released this 27 Feb 03:30

To prevent accidentally leaking sensitive information

  • only output stack traces when verbose option is specified
  • mask out AWS secrets in any stack trace shown

This addresses defect #34

Correct for clock skew

Choose a tag to compare

@awsudo awsudo released this 05 Feb 16:27

This release makes MFA authentication more likely to succeed by requesting AWS take into account the client's clock when validating.

Add option for MFA token

Choose a tag to compare

@awsudo awsudo released this 03 Feb 15:07

A new set of options are now available to specify the ARN of the user MFA token and its current value.
The argument to set the ARN is either -m or --mfa-token-arn and to specify the value is either -t or --mfa-token.

Please see README for full set of command line options.