diff options
author | Dmitri Goutnik <dmgk@FreeBSD.org> | 2019-10-10 00:06:07 +0800 |
---|---|---|
committer | Dmitri Goutnik <dmgk@FreeBSD.org> | 2019-10-10 00:06:07 +0800 |
commit | 6f50cea246f7a30739f874caf294ad305924fb60 (patch) | |
tree | d7e20c86668956f190cdb7557fe8f8e5ef69d012 /security/Makefile | |
parent | ccdb8b07fc41c1dd9980f4c70a8a1155f02311e4 (diff) | |
download | freebsd-ports-gnome-6f50cea246f7a30739f874caf294ad305924fb60.tar.gz freebsd-ports-gnome-6f50cea246f7a30739f874caf294ad305924fb60.tar.zst freebsd-ports-gnome-6f50cea246f7a30739f874caf294ad305924fb60.zip |
New port: security/aws-vault
AWS Vault is a tool to securely store and access AWS credentials in a
development environment.
AWS Vault stores IAM credentials in your operating system's secure keystore and
then generates temporary credentials from those to expose to your shell and
applications. It's designed to be complementary to the AWS CLI tools, and is
aware of your profiles and configuration in ~/.aws/config.
WWW: https://github.com/99designs/aws-vault
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D21955
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 28993b38645a..7c6c68dccccd 100644 --- a/security/Makefile +++ b/security/Makefile @@ -36,6 +36,7 @@ SUBDIR += autossh SUBDIR += avcheck SUBDIR += aws-iam-authenticator + SUBDIR += aws-vault SUBDIR += axTLS SUBDIR += barnyard2 SUBDIR += barnyard2-sguil |