Releases: leolashkevych/aws-sigv4
Releases · leolashkevych/aws-sigv4
v0.2.11-@leolashkevych
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
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.
v0.2.10-@leolashkevych
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
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.
v0.2.9-@leolashkevych
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
Quick add Profile with Temporary Credentials
v0.2.8-@leolashkevych
Features
- This modification of the AWS Sigv4 signer allows to specify a policy when assuming a role.