Poweranimal
Poweranimal
Hi @lulupointu , I'm very grateful for your `vrouter` package that you maintain. I really like working with it because of its straight forward api. Speaking about such, the only...
A cli flag used for enums. The flag displays all possible enum variations in the cli's help message and verifies the provided input value. ## What type of PR is...
**Is your feature request related to a problem? Please describe.** Make it possible to pass environment variables to the `bank-vaults` sidecar of the `Vault` crd. This would make it possible...
#### Question Hi there, How can two or more `Pod`s that belong to the same consul connect service communicate between each other? Example: `StatefulSet` with 2 replicas, connect-inject enabled and...
Hi, Installing the cfn-nag (`v0.8.10`) gem on `alpine3.16.1` fails with the following error: ERROR ```text Building native extensions. This could take a while... ERROR: Error installing cfn-nag: ERROR: Failed to...
Hi, The [AWS CDK](https://github.com/aws/aws-cdk) generates the following block all egress rule for `SecurityGroup`s: ```json ... "SecurityGroupEgress": [ { "CidrIp": "255.255.255.255/32", "Description": "Disallow all traffic", "FromPort": 252, "IpProtocol": "tcp", "ToPort": 86...
Hi there, The `victoria-metrics-k8s-stack` does only create crds and services in the namespace `kube-system` but doesn't create any pods in the target namespace. **Steps to reproduce** ```shell helm repo add...
**Describe the issue** Non graphql errors returned from a server are not part of the graphql package's `ServerException`. Example: Server returns http code 500 and response data `{"message":"Internal Server Error"}`....
Hi, I would like to propose supporting ignores for json templates. #### Context Tools like [AWS CDK](https://github.com/aws/aws-cdk) only generate json templates. #### Possible Solution Reading the ignore statement from `Resource.Metadata`....
**Describe the issue** Checkov doesn't scan all 8s-manifest files in a directory, if there are too many files/file-content present. **Examples** I have the following directory structure: ```shell ls -d ./dist/*...