Skip to content

Releases: arafato/alicloud-vault

Version 1.3.4

08 Mar 08:41
2fbbda9
Compare
Choose a tag to compare
  • Added environment variables ALICLOUD_ACCESS_KEYand ALICLOUD_SECRET_KEY for Terraform support.
  • Added zsh completions: This will give command and credential/profile completions for alicloud-vault when using zsh.

Version 1.3.3

01 Mar 16:54
Compare
Choose a tag to compare

bumped all remaining deps:
=> github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15
=> github.com/aliyun/alibaba-cloud-sdk-go v1.61.957
=> github.com/aliyun/aliyun-cli v0.0.0-20200227123359-7f5eadc5184b
=> golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83

Version 1.3.2

01 Mar 16:22
6c2e426
Compare
Choose a tag to compare

dep: bump keyring to v1.1.6 to fix Go 1.16 hmac API usage issues

Version 1.3.1

01 Jul 12:00
Compare
Choose a tag to compare
  • ls option does not require vault passphrase to be entered
  • added new flag credentialsfor ls action that lets you list only the profiles with stored credentials
  • changed output of lsaction as follows:
Profile             Credentials
=======             ===========
profile1            profile1
profile2            -
-                   profile3

where profile1 exists both in .aliyun/config and the local vault, profile2 exists only in .aliyun/config, and profile3 only in exists in the local vault.

Version 1.3.0

14 May 09:29
Compare
Choose a tag to compare

Aligned exported environment variables with recent changes to Aliyun CLI (see https://github.com/aliyun/aliyun-cli/blob/cded1b2d82538cdeaefc68bb87ed6d1308fd2dcb/config/profile.go)

Version 1.2.1

15 Apr 11:27
Compare
Choose a tag to compare

Alicloud-Vault now also exports ALICLOUD_VAULT environment variable which holds the current profile name being used in the current session.

Version 1.2.0

25 Mar 09:55
Compare
Choose a tag to compare

-Added --username flag for rotate action to explicitly specify RAM username in case it differs from profile name

Version 1.1.2

18 Mar 15:50
Compare
Choose a tag to compare
  • fixes delimiter handling bug that resulted in corrupted temporary credentials.

Version 1.1.1

17 Mar 16:38
Compare
Choose a tag to compare

Adds support for automatic expansion of ALICLOUD_* environment variables that are enclosed with '. Otherwise the current shell context is used which might not include them.
E.g.

alicloud-vault exec jonsmith -- aliyun --profile johnsmith --access-key-id '$ALICLOUD_ACCESS_KEY' --access-key-secret '$ALICLOUD_SECRET_KEY' --sts-token '$ALICLOUD_STS_TOKEN' oss ls

Version 1.1.0

16 Mar 16:33
Compare
Choose a tag to compare
  • Adds support for #1