-
Notifications
You must be signed in to change notification settings - Fork 585
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
fix: threat_intelligence_allowlist #907
Conversation
/azp run unit |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run unit |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run unit |
Azure Pipelines successfully started running 1 pipeline(s). |
It looks like this is a breaking change for the way that it is currently configured in the examples. In the example, the threat_intelligence_allowlist is an array but in this change it is an array.
Changing the empty array to an empty object fixed the issue. Please let update the examples. Actual error:
|
Adding to BryanEuton's reply; this change caused the documented examples in the Wiki to fail, even when the azure_firewall.enabled = false. threat_intelligence_allowlist = [] ~fix |
Apologies folks, we should have made this clearer. Docs have been updated. |
supersedes #887
changes pulled into local branch so I can push changes.
THanks to @heintonny for the original work, your commits have been preserved.
Overview/Summary
Replace this with a brief description of what this Pull Request fixes, changes, etc.
This PR fixes/adds/changes/removes
Breaking Changes
Testing Evidence
Please provide any testing evidence to show that your Pull Request works/fixes as described and planned (include screenshots, if appropriate).
As part of this Pull Request I have
main
branch