Skip to content

auth0 managed network acl rule - #1600

Draft
bkiran6398 wants to merge 3 commits into
mainfrom
DXCDT-1971/auth0-managed-network-acl
Draft

auth0 managed network acl rule#1600
bkiran6398 wants to merge 3 commits into
mainfrom
DXCDT-1971/auth0-managed-network-acl

Conversation

@bkiran6398

Copy link
Copy Markdown
Contributor

🔧 Changes

📚 References

🔬 Testing

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

- 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant