You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 1, 2021. It is now read-only.
This release updates several first/third-party dependencies. - feat - --version now prints details about the build's paths and modules. - notable dependency changes - Bump github.com/pkg/errors to v0.9.1. - Bump internal/cage/... to latest from monorepo. - refactor - Migrate to latest cage/cli/handler API (e.g. handler.Session and handler.Input) and conventions (e.g. "func NewCommand").
- Generate AWS API credentials which will be added to the config file as encrypted environment variables.
60
-
-[travis-iam.json](travis-iam.json) is the IAM policy which creates the required grants. The [Travis CI IP addresses](https://docs.travis-ci.com/user/ip-addresses/) in the policy conditions may be out-of-date.
60
+
-[travis-iam.json](testdata/iam/travis-iam.json) is the IAM policy which creates the required grants. The [Travis CI IP addresses](https://docs.travis-ci.com/user/ip-addresses/) in the policy conditions may be out-of-date.
61
+
- The IAM JSON lists the IPs in this order: `nat.gce-us-central1.travisci.net`, `nat.gce-us-east1.travisci.net`
61
62
- To configure the environment variables used by the functional test against the EC2 API, use the [Travis CLI](https://docs.travis-ci.com/user/encryption-keys/#usage) to generate the `secure` string value.
62
63
- Each `env` item expects all key/value pairs as one string, and multiple items define multiple build permutations so that all pair sets are tested. Input an entire set, e.g. `AWS_ACCESS_KEY_ID=... AWS_SECRET_ACCESS_KEY=...`, in the `encrypt` command.
63
64
- Launch `travis` in interactive mode `-i` and input the pair set without trailing newline.
64
65
65
-
# License
66
+
# Development
67
+
68
+
## License
66
69
67
70
[Mozilla Public License Version 2.0](https://www.mozilla.org/en-US/MPL/2.0/) ([About](https://www.mozilla.org/en-US/MPL/), [FAQ](https://www.mozilla.org/en-US/MPL/2.0/FAQ/))
68
71
69
-
*(Exported from a private monorepo with [transplant](https://github.com/codeactual/transplant).)*
72
+
## Contributing
73
+
74
+
- Please feel free to submit issues, PRs, questions, and feedback.
75
+
- Although this repository consists of snapshots extracted from a private monorepo using [transplant](https://github.com/codeactual/transplant), PRs are welcome. Standard GitHub workflows are still used.
0 commit comments