Adam Ward
Adam Ward
There's not much you can do about it, but thought I should raise it as an FYI for future users. When running awsping TCP test I got the following results...
Adds support to use the internal IP address of the cluster endpoint. I could not find any variable naming convention - let me know if this should be renamed to...
Version 2.7.0 dependencies broken ``` terraform_validate.py", line 9, in import git ModuleNotFoundError: No module named 'git' ``` setup.py does not reference requirements.txt. https://github.com/elmundio87/terraform_validate/blob/master/setup.py#L13
Relates #28 Relates #30
https://github.com/cmlicata/cloudcli-cookbook/blob/master/providers/aws_s3_file.rb#L79 Proxy ENV settings are stripped from environment. aws-cli honors `http_proxy`, `https_proxy`, and `no_proxy` which are the same used by Chef: https://docs.chef.io/proxies.html These environment variables should be retained.
Q: Is `pattern` regex checking applied before or after urlencoding (rfc3986)? The OpenAPI spec allows `pattern` for properties which uses JSON Schema validation. When applying the JSON Schema logic to...