infernet-deploy
infernet-deploy copied to clipboard
Deploy Infernet node clusters across cloud providers.
according to the script in the file `procure/gcp/scripts/node.tpl` ```bash curl http://metadata.google.internal/computeMetadata/v1/instance/attributes/deploy-tar -H "Metadata-Flavor: Google"| base64 --decode > deploy.tar.gz ``` The file name should be `deploy-tar` instead of `deploy_tar`
Hi I noticed we had taken the option to specify `aws_access_key_id` and `aws_secret_access_key` in the `procure/aws` example. This is somewhat of an anti-pattern and incompatible with more modern security best...