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
414130a789
commit
20e8e65e14
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user