Noah Krause
Noah Krause
### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request - Please do...
Thanks for the great tool! Just as a suggestion of something that would really help me, on top of #36, would be to be able to pass a `-n` flag...
When you have multiple domains use the same certificate (e.g. the server has a certificate that can be used for domain `domain.com` and subdomains `a.domain.com` and `b.domain.com`) and the server...
Signed-off-by: Noah Krause ## Description The `aws_lb_listener_certificate` resource expects the var to have fields `https_listener_index` and `certificate_arn`. Type `list(map(string)))` does not support passing in an object that sets these fields...
A very common usecase is to deploy multiple Ambassadors for different use cases. This is only allowed in the current iteration of the operator using separate namespaces. This should be...
Is there a reason it needs both or should this be something that is configurable by a user?
**What this PR does / why we need it**: Loki Canary logs are collected and parsed by logging agents whose configuration is controlled by users. Since Loki does not parse...
This PR is a first pass at an implementation for outputting the `dyff` report to yaml. This allows users to feed the `dyff` report back to `dyff` so you can...
[YAML block scalars](https://yaml-multiline.info/) are not really diffs in the content, just the format. In situations when the content is more important than the format, being able to chomp the scalars...
It is very common to have json strings in a yaml document when using `dyff` for Kubernetes resources. Doing a string comparison will return the entire string as a diff...