Description
OPNsense 26.7 consolidated user-management privileges; restricted API keys may need re-granting for auth/* search endpoints (authUsers, authGroups, authAPIKeys). Add a docs/compatibility.md note and check whether the recommended-permissions guidance in docs/security or getting-started needs updating.
Acceptance Criteria
- #1 compatibility docs describe the 26.7 ACL change and the re-grant needed for auth endpoints
Definition of Done
- #1 just check
- #2 just gen (if any generated artifact changed) and the diff committed
Implementation Plan
Wave 2 L11: verify the released 26.7 ACL privilege consolidation against repository guidance, document only the operator-visible re-grant requirement, and validate generated-document consistency. Documentation-only lane; no runtime changes.
Final Summary
Documented the OPNsense 26.7 user-management ACL consolidation, the restricted-user re-grant procedure, and the affected auth endpoint family in commit e0309efc. Verified with just docs-check </dev/null: doclint passed and all generated docs were current. CodeRabbit was deliberately skipped because this was documentation-only.