-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#38917 #39197 Fixing the expand function and the remove functi… #40092
base: main
Are you sure you want to change the base?
#38917 #39197 Fixing the expand function and the remove functi… #40092
Conversation
…ction and the remove function two allow for more than 2
Community NoteVoting for Prioritization
For Submitters
|
Fixed the expand function and the remove function to make sure it can remove 1-3 configurations. This is currently the best way since the only way to create each log configuration is create one at a time. You can't do it in one request. Each log configuration has to be it's own request and they have to be done all together at one time. If someone at AWS want's a feedback, there has to be a better way to handle this via API. |
|
Description
#38917 #39197 Fix bug in Network Firewall configuration. Only two entries would ever work due to a missed count check in the expandconfiguration function.
Relations
Closes #39197
Closes #38917
References
https://docs.aws.amazon.com/network-firewall/latest/developerguide/tls-inspection-logging.html
Output from Acceptance Testing