DingGGu
DingGGu
- Add handling content-type: x-www-form-urlencoded for support all github payload. - Support github secret token (related with https://github.com/keel-hq/keel/issues/534) Environment `GITHUB_SECRET_TOKEN` provide set github secret token. https://docs.github.com/en/developers/webhooks-and-events/securing-your-webhooks
/kind bug **1. What `kops` version are you running? The command `kops version`, will display this information.** ``` Version 1.23.1 (git-83ccae81a636b8e870e430b6faaeeb5d10d9b832) ``` **2. What Kubernetes version are you running? `kubectl...
hello! My Server require to /ipscan command with wildcard search. ex) /ipscan 123.123.123.* Searching (123.123.123.0~123.123.123.255). ex) /ipscan 234.234._._ Searching (234.234.0.0~234.234.255.255). anyone has nice idea? thanks.
### Terraform Version Terraform v1.3.7 on darwin_arm64 + provider registry.terraform.io/datadog/datadog v3.21.0 + provider registry.terraform.io/hashicorp/http v3.2.1 ### Terraform Configuration Files ```hcl resource "datadog_monitor" "event" { name = "event" query = "events(\"source:event\").rollup(\"count\").by(\"@evt.id\").last(\"5m\")...
Target does not registered with NLB controlled by LBC with different clusterName between kubernetes
**Describe the bug** A concise description of what the bug is. Currently, My cluster has a different name from the Kubernetes cluster and the LBC `--clusterName` value. I know this...
**Issue #1514, if available:** **Description of changes:** - Pause container image can be change. - Changed to not use the ECR API if it is not ECR. By submitting this...
**What would you like to be added**: Currently, the pause container can only use ecr. Depending on the case, you may want to run a pause container internally. It would...
Currently, The aqua-server values `.web.ingress` does not support ingressClassName. https://github.com/aquasecurity/aqua-helm/blob/2022.4/server/values.yaml#L348-L364 https://github.com/aquasecurity/aqua-helm/blob/2022.4/server/templates/web-ingress.yaml#L31-L67 Set ingressClass via Annotation was deprecated and nginx-ingress-controller does not support annotation nowadays. https://kubernetes.io/docs/concepts/services-networking/ingress/#deprecated-annotation
Support pass extra argument to `pongo build` will helpful other integration. https://github.com/Kong/kong-pongo-action/issues/3
Add .pre-commit-hooks for Support pre-commit Example pre-commit configuration ```yaml # .pre-commit-config.yaml repos: - repo: https://github.com/opt-nc/yamlfixer rev: main hooks: - id: yamlfixer ```