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

This commit is contained in:
orianelou 2024-12-30 16:52:26 +02:00 committed by GitHub
parent 414130a789
commit 20e8e65e14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,14 +11,14 @@ spec:
comment: Limiting access to the resource comment: Limiting access to the resource
limit: 100 limit: 100
triggers: triggers:
- appsec-log-trigger - log-trigger-example
unit: minute unit: minute
uri: /api/resource uri: /api/resource
- action: inherited - action: inherited
comment: Rate limiting for authentication requests comment: Rate limiting for authentication requests
limit: 50 limit: 50
triggers: triggers:
- appsec-log-trigger - log-trigger-example
unit: second unit: second
uri: /api/auth uri: /api/auth
@ -84,7 +84,7 @@ spec:
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-response-code-example customResponse: custom-response-block-page-example
sourceIdentifiers: sources-identifier-example sourceIdentifiers: sources-identifier-example
trustedSources: trusted-sources-example trustedSources: trusted-sources-example
exceptions: exceptions: