corakong

command module
v0.0.0-...-cf41005 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2024 License: MIT Imports: 14 Imported by: 0

README

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!

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL