Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

title HTTP WebHook
category target
type service
state released
appVersion 1.16.0
usecase Vulnerable HTTP WebHook

License Apache-2.0 GitHub release (latest SemVer) OWASP Lab Project Artifact HUB GitHub Repo stars Mastodon Follower

What is HTTP WebHook?

A Dummy webserver to echo HTTP requests in log.

Source Code

Deployment

The http-webhook chart can be deployed via helm:

# Install HelmChart (use -n to configure another namespace)
helm upgrade --install http-webhook oci://ghcr.io/securecodebox/helm/http-webhook

Values

Key Type Default Description
affinity object {}
annotations object {} add annotations to the deployment, service and pods
autoscaling.enabled bool false
autoscaling.maxReplicas int 100
autoscaling.minReplicas int 1
autoscaling.targetCPUUtilizationPercentage int 80
fullnameOverride string ""
image.pullPolicy string "IfNotPresent" Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images
image.repository string "docker.io/mendhak/http-https-echo" Container Image
image.tag string defaults to the latest version because the appVersion tag is not available at docker.io The image tag
imagePullSecrets list [] Define imagePullSecrets when a private registry is used (see: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)
ingress.annotations object {}
ingress.enabled bool false
ingress.hosts[0].host string "chart-example.local"
ingress.hosts[0].paths list []
ingress.tls list []
labels object {} add labels to the deployment, service and pods
nameOverride string ""
nodeSelector object {}
podAnnotations object {} deprecated. use labels instead. Will be removed in v3. todo(@J12934) remove podAnnotations in v3
podSecurityContext object {}
replicaCount int 1
resources object {}
securityContext object {}
service.port int 80
service.type string "ClusterIP"
serviceAccount.annotations object {}
serviceAccount.create bool true
serviceAccount.name string ""
tolerations list []

License

License

Code of secureCodeBox is licensed under the Apache License 2.0.