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
Details
Details
- Reviewers
tz araujo - Commits
- rP514170: New port: security/aws-vault
portlint -ACN: OK
poudriere testport: OK (113a, 120i, 120a)
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
You need to connect the new port on security/Makefile, seems it is missing from this diff.
Comment Actions
But I was asked to use addport for this by @tz - https://reviews.freebsd.org/D21780?id=62505#inline-136019
So what should I use? :)
Comment Actions
Usually I don't use these posh tools myself, but I can see at line 462 on addport, it adds the connection to gategory/Makefile:
462 print "Inserting new port into $category/Makefile...\n";
I think you just missed it in the diff, I would do something like:
arc diff create <path>/ports/security/
But in your case, you need just to update the arc diff.
Br,