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

This commit is contained in:
orianelou 2024-12-30 14:34:17 +02:00 committed by GitHub
parent f1f4b13327
commit c0b3e9c0d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,7 +84,7 @@ spec:
threatPreventionPractices: [threat-prevention-practice-example] threatPreventionPractices: [threat-prevention-practice-example]
triggers: [log-trigger-example] triggers: [log-trigger-example]
customResponse: custom-response-response-code-example customResponse: custom-response-response-code-example
sourceIdentifiers: [sources-identifier-example] sourceIdentifiers: "sources-identifier-example"
trustedSources: "" trustedSources: ""
exceptions: exceptions:
- exception-example - exception-example
@ -99,7 +99,7 @@ spec:
- identifier: sourceip - identifier: sourceip
--- ---
apiVersion: openappsec.io/v1 apiVersion: openappsec.io/v1beta2
kind: ThreatPreventionPractices kind: ThreatPreventionPractices
metadata: metadata:
name: threat-prevention-practice-example name: threat-prevention-practice-example
@ -143,7 +143,7 @@ spec:
mediumConfidenceEventAction: detect mediumConfidenceEventAction: detect
--- ---
apiVersion: openappsec.io/v1 apiVersion: openappsec.io/v1beta2
kind: SourcesIdentifier kind: SourcesIdentifier
metadata: metadata:
name: trusted-sources-example name: trusted-sources-example