Skip to content

ik8s-ir/corakong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

corakong

a Kong plugin for Coraza WAF.

the kubernetes CRD

Using Kubernetes CRD to keep the SecLang rules.

apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
  name: wafrules.waf.ik8s.ir
spec:
  conversion:
    strategy: None
  group: waf.ik8s.ir
  names:
    kind: WAFRule
    listKind: WAFRuleList
    plural: wafrules
    shortNames:
    - wafrule
    singular: wafrule
  scope: Namespaced
  versions:
  - name: v1alpha1
    schema:
      openAPIV3Schema:
        properties:
          spec:
            properties:
              rule:
                type: string
            type: object
        type: object
    served: true
    storage: true

Contribute

Contributions are welcome!

About

a kong plugin for Coraza WAF.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages