-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cisco_duo.auth: Provide option to ignore ingesting API Errors. (#12870)
Cisco Duo auth API rate limit is very low i.e., once per minute. Sometimes 429s are received even when requests are made less than once per minute. This leads to users ingesting 429 API errors very often. Provide an option to users to ignore ingesting API Errors. Currently only 429s are ignored when this option is enabled. Also add system tests for CEL input in auth data-stream.
- Loading branch information
Showing
6 changed files
with
54 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
packages/cisco_duo/data_stream/auth/_dev/test/system/test-cel-config.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
input: cel | ||
service: cisco_duo | ||
vars: | ||
hostname: http://{{Hostname}}:{{Port}} | ||
secret_key: 40_characters_long_secret_key | ||
integration_key: temp_integration_key | ||
enable_request_tracer: true | ||
data_stream: | ||
vars: | ||
preserve_original_event: true | ||
assert: | ||
hit_count: 5 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters