Skip to content

Releases: leolashkevych/aws-sigv4

v0.2.11-@leolashkevych

19 Jan 23:24
Compare
Choose a tag to compare

Features

  • A modified profile editor allows to specify a policy when assuming a role (4652ddf).
    • Session policy templates are now available (714013e4)
  • Ability to quick add temporary credentials captured from server response (8e57eb3).
    • Supports AWS Cognito and STS temporary credentials formats.
  • Users can specify a command to be executed from sh or cmd which returns AWS credentials for programmatic access. The credentials will be parsed from command's output and used in a signing profile. (2cbbb8f)

Assume Role with Policy

Reference: https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/sts/model/AssumeRoleRequest.html#policy--

Assume role with policy

Session policy templates

Quick add Profile with Temporary Credentials

Reference: https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/loading-browser-credentials-cognito.html

Quick add Profile with Temporary Credentials Quick add Profile with Temporary Credentials

CLI Command Profille

Any cmd or sh command that returns AWS credentials can be provided. The output will be parsed for the Access Key, Secret Key, and (optionally) Session Token values using pattern matching. Thus, no specific output format is not required.

CLI Command Profile

v0.2.10-@leolashkevych

03 Jun 19:04
6ee4852
Compare
Choose a tag to compare

Features

  • A modified profile editor allows to specify a policy when assuming a role (4652ddf).
  • Ability to quick add temporary credentials captured from server response (8e57eb3).
    • Supports AWS Cognito and STS temporary credentials formats.
  • Users can specify a command to be executed from sh or cmd which returns AWS credentials for programmatic access. The credentials will be parsed from command's output and used in a signing profile. (2cbbb8f)

Assume Role with Policy

Reference: https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/sts/model/AssumeRoleRequest.html#policy--

Assume role with policy

Quick add Profile with Temporary Credentials

Reference: https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/loading-browser-credentials-cognito.html

Quick add Profile with Temporary Credentials Quick add Profile with Temporary Credentials

CLI Command Profille

Any cmd or sh command that returns AWS credentials can be provided. The output will be parsed for the Access Key, Secret Key, and (optionally) Session Token values using pattern matching. Thus, no specific output format is not required.

CLI Command Profile

v0.2.9-@leolashkevych

30 Apr 19:49
Compare
Choose a tag to compare

Features

  • A modified profile editor allows to specify a policy when assuming a role (4652ddf).
  • Ability to quick add temporary credentials captured from server response (8e57eb3).
    • Supports AWS Cognito and STS temporary credentials formats.

Assume Role with Policy

Reference: https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/sts/model/AssumeRoleRequest.html#policy--

Assume role with policy

Quick add Profile with Temporary Credentials

Reference: https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/loading-browser-credentials-cognito.html

Quick add Profile with Temporary Credentials Quick add Profile with Temporary Credentials

v0.2.8-@leolashkevych

27 Apr 00:10
Compare
Choose a tag to compare

Features

  • This modification of the AWS Sigv4 signer allows to specify a policy when assuming a role.

Reference: https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/sts/model/AssumeRoleRequest.html#policy--

Assume role with policy