infernet-deploy icon indicating copy to clipboard operation
infernet-deploy copied to clipboard

Deploy Infernet node clusters across cloud providers.

Results 3 infernet-deploy issues
Sort by recently updated
recently updated
newest added

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...