Brad Solomon

Results 24 issues of Brad Solomon

https://kubernetes.github.io/ingress-nginx/deploy/#aws shows the direct application of a YAML manifest using `kubectl apply -f`. It is confusing / unspecified whether applying this file will function as a patch on existing resources...

area/docs
kind/documentation
needs-triage
needs-priority

Use [`python_requires` in `setup.py`](https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#python-requires) and provide documentation on which Python versions are actually supported. Dockerfile uses 3.9, whereas other snippets in repo indicate this project is still stuck on Python...

Using local docker image `scirius:test-1` built from scirius at commit 0b8fd6d240b54602679e07b550ff3e2c4dc459b0 fails in trying to connect to Elasticsearch, even though [`local_settings.py` defaults to USE_ELASTICSEARCH=False and USE_KIBANA=False](https://github.com/StamusNetworks/scirius/blob/master/docker/scirius/scirius/local_settings.py). It appears that `docker/scirius/bin/reset_dashboards.sh`...

Related to https://github.com/confluentinc/kafka-connect-elasticsearch/issues/582 The JARs on https://packages.confluent.io/maven/io/confluent/kafka-connect-elasticsearch/11.1.3/ are only for `kafka-connect-elasticsearch` and do not include any of the necessary dependency JARs. Conversely, the ZIP on the [downloads page](https://www.confluent.io/hub/confluentinc/kafka-connect-elasticsearch?_ga=2.60570221.197358983.1636395323-362194616.1635361962) does contain...

We have producers that are sending the following to Kafka: - topic=syslog, ~25,000 events per day - topic=nginx, ~5,000 events per day - topic=zeek.xxx.log, ~100,000 events per day (total). In...

#### Description of Problem: How do I view the results of a DISA Ansible Role XCCDF output with oscap? [Red Hat Enterprise Linux 8 STIG for Ansible - Ver 1,...

Per RFC5425#section-4.3.1, RFC6587#section-3.4.1, messages can be prefixed with an octet count. Other programs such as [telegraf](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/syslog) expect this to be present, so it would be a nice feature to optionally...

Vale appears to not support multi-document YAML inputs: ```yaml extends: substitution message: There may not be an objecti... level: error ignorecase: true swap: '(?:perfect|perfected|perfection)': required|necessary|needed|reasonable|agreed|specified|adequate|compliant --- extends: substitution message: The...

Type: Enhancement

I see that `/repositories/search` takes a `name` but not a `url`. Is it possible to search by URL to locate a repository and its metadata? For example: - I have...

new feature

```bash $ helm pull --untar --repo https://sighupio.github.io/gatekeeper-policy-manager --version 0.2.0 gatekeeper-policy-manager $ grep -B5 -F 'tag:' gatekeeper-policy-manager/values.yaml image: repository: quay.io/sighup/gatekeeper-policy-manager pullPolicy: IfNotPresent # Overrides the image tag whose default is the...

question