Update open-appsec-k8s-full-example-config-v1beta2.yaml

This commit is contained in:
orianelou 2025-02-10 10:23:00 +02:00 committed by GitHub
parent 3ecda7b979
commit 84f9624c00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,13 +80,24 @@ 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:
- 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: exceptions:
- exception-example - exception-example
--- ---