Valeriy Zabawski

Results 8 issues of Valeriy Zabawski

Openstack UI allows to create health monitor with url_path `/en-US/account/login?return_to=%2Fen-US%2F`. Same url_path in Terraform can't be created due to NeutronError "Invalid value". Seems like the problem is with `?` symbol....

spec.template.spec.nodeSelector[beta.kubernetes.io/os] is deprecated since v1.14, so it might be good to replace it with `kubernetes.io/os`

It would be nice to have an argument which allows running helm-docs for checking if README is up-to-date. Such argument is very handy in CI workflows when you just need...

enhancement

I was trying to build git-crypt with OpenSSL 3.1.0 on Alpine 3.18. Steps to reproduce: 1. Create Dockerfile: ``` FROM alpine:3.18 ARG VERSION=0.7.0 RUN apk --no-cache add \ bash \...

This feature request is primarily related to InfluxDB Enterprise. __Proposal:__ Current setting allow encrypting traffic between InfluxDB nodes with self-signed certificates only with `https-insecure-tls = true`. It would be nice...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)...

service/mysql
v/3.x

Ansible used in Splunk Docker container contains vulnerability. Is it possible to switch to a newer version in order to remediate it? https://github.com/splunk/docker-splunk/blob/develop/base/redhat-8/install.sh#L61 Link to vulnerability details: https://github.com/advisories/GHSA-2pfh-q76x-gwvm

XML report example: ![image](https://user-images.githubusercontent.com/17778043/46155122-43dd1e80-c27f-11e8-94f9-bd072aab4655.png) Bitbucket comment: ![image](https://user-images.githubusercontent.com/17778043/46155199-6d964580-c27f-11e8-841c-59a3f2c81a8a.png) XML report is being produced by a custom tool, not by generic Lint but the format is lint-compatible. I've checked the report against...

bug