auth0 managed network acl rule - #1600
Draft
bkiran6398 wants to merge 3 commits into
Draft
Conversation
- Upgrade the v1 Management SDK from v1.45.0 to v1.46.0, which adds the auth0_managed field on network ACL rule match criteria. - Required before the network-acl command can expose Auth0-managed curated blocklists; no behavior change on its own.
- Add --auth0-managed flag to network-acl create and update commands for specifying Auth0-curated blocklists (auth0.low_reputation, etc.) in rule matching criteria. (Early Access only.) - Support auth0_managed in both match and not_match rule types via the existing rule builder. - Include auth0_managed in the interactive rule builder prompt and default extraction from existing rules. - Add table-driven tests for auth0_managed handling in buildNetworkACLRule and extractCurrentRuleDefaults. - Regenerate command docs with new examples.
- Render Auth0-managed blocklists in both match and not_match rule output, labeled as "AUTH0 MANAGED" and "NOT AUTH0 MANAGED" respectively. - Remove redundant "NOT MATCH" marker row since the "NOT " prefix on field labels already clarifies the rule type. - Fix raw data assignment in makeNetworkACLView to use a pointer. - Add table-driven tests for auth0_managed field rendering.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔧 Changes
📚 References
🔬 Testing
📝 Checklist