Ihar Filimonau

Results 9 comments of Ihar Filimonau

> Nginx and other reverse proxies send the header [X-Forwarded-Proto](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Proto) to indicate that TLS is being handled by the proxy. This could be checked in addition to checking the secure...

Was surprised to not see the changes to a secret as well. Would be wonderful to get it working.

Facing the same behavior ``` /app/.venv/lib/python3.12/site-packages/awscli/compat.py:463: SyntaxWarning: invalid escape sequence '\s' _distributor_id_file_re = re.compile("(?:DISTRIB_ID\s*=)\s*(.*)", re.I) /app/.venv/lib/python3.12/site-packages/awscli/compat.py:464: SyntaxWarning: invalid escape sequence '\s' _release_file_re = re.compile("(?:DISTRIB_RELEASE\s*=)\s*(.*)", re.I) ... ``` Would appreciate reviewing...

@gggritso, thank you for the response. It would take some time to upgrade the current installation. I will get back to you, for sure, with the result when we've updated...

Would love to see the support of lockfile implemented.

The tricky part to make the formatter work is to make sure the `terragrunt hclfmt` command outputs the file to stdout. Following the recommendation [here](https://github.com/gruntwork-io/terragrunt/issues/1037#issuecomment-2143442454) adjusted inline formatter as following...

Very sad seeing it in a hanging state. Another try, @tiangolo hope you could find some time to review it.

Alternatively, you might simply implement some "switch variable", for instance `.Values.unitTest == false` (by default). If set to `true` it should prevent rendering dynamic entities like `app.kubernetes.io/version`, `checksum/config`, `checksum/secret`, etc.

Faced a similar case with Gitlab commenting, would be very helpful to somehow configure that kind of behavior.