Releases: arafato/alicloud-vault
Version 1.3.4
Version 1.3.3
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
dep: bump keyring to v1.1.6 to fix Go 1.16 hmac API usage issues
Version 1.3.1
ls
option does not require vault passphrase to be entered- added new flag
credentials
forls
action that lets you list only the profiles with stored credentials - changed output of
ls
action 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
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
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
-Added --username
flag for rotate
action to explicitly specify RAM username in case it differs from profile name
Version 1.1.2
- fixes delimiter handling bug that resulted in corrupted temporary credentials.
Version 1.1.1
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
- Adds support for #1