Files
Dmitriy Matrenichev 1d522938dd fix: ensure that custom Decoder gets called for netaddr.IP
Bump protoenc to custom branch/commit that supports that. Add additional prechecks to custom decoder to support that. Add tests to verify that it's working.

Also - run `go work sync` and `go mod tidy`.

Signed-off-by: Dmitriy Matrenichev <dmitry.matrenichev@siderolabs.com>
2022-09-14 16:46:32 +03:00
..
2021-06-23 16:40:54 -04:00

cloud-image-uploader

vmimport role

Role should be pre-created before running this command.

aws iam create-role --role-name vmimport --assume-role-policy-document file://trust-policy.json
aws iam put-role-policy --role-name vmimport --policy-name vmimport --policy-document file://role-policy.json