mirror of
https://github.com/openappsec/openappsec.git
synced 2025-06-28 16:41:02 +03:00
Update open-appsec-k8s-full-example-config-v1beta2.yaml
This commit is contained in:
parent
3ecda7b979
commit
84f9624c00
@ -80,15 +80,26 @@ metadata:
|
|||||||
name: policy-example
|
name: policy-example
|
||||||
spec:
|
spec:
|
||||||
default:
|
default:
|
||||||
mode: prevent-learn
|
mode: detect-learn
|
||||||
accessControlPractices: [access-control-practice-example]
|
accessControlPractices: [access-control-practice-example]
|
||||||
threatPreventionPractices: [threat-prevention-practice-example]
|
threatPreventionPractices: [threat-prevention-practice-example]
|
||||||
triggers: [log-trigger-example]
|
triggers: [log-trigger-example]
|
||||||
customResponse: custom-response-block-page-example
|
customResponse: custom-response-code-example
|
||||||
sourceIdentifiers: sources-identifier-example
|
sourceIdentifiers: ""
|
||||||
trustedSources: trusted-sources-example
|
trustedSources: ""
|
||||||
exceptions:
|
exceptions:
|
||||||
- exception-example
|
- exception-example
|
||||||
|
specificRules:
|
||||||
|
- host: "example.com"
|
||||||
|
mode: prevent-learn
|
||||||
|
threatPreventionPractices: [threat-prevention-practice-example]
|
||||||
|
accessControlPractices: [access-control-practice-example]
|
||||||
|
triggers: [log-trigger-example]
|
||||||
|
customResponse: custom-response-code-example
|
||||||
|
sourceIdentifiers: ""
|
||||||
|
trustedSources: ""
|
||||||
|
exceptions:
|
||||||
|
- exception-example
|
||||||
---
|
---
|
||||||
apiVersion: openappsec.io/v1beta2
|
apiVersion: openappsec.io/v1beta2
|
||||||
kind: ThreatPreventionPractice
|
kind: ThreatPreventionPractice
|
||||||
|
Loading…
x
Reference in New Issue
Block a user