mchades opened a new pull request, #10820: URL: https://github.com/apache/gravitino/pull/10820
### What changes were proposed in this pull request? Update the authorization documentation to cover the three new function privileges introduced in #10811. Changes: - `docs/security/access-control.md` — add a **Function privileges** section with a privilege table (`REGISTER_FUNCTION`, `EXECUTE_FUNCTION`, `MODIFY_FUNCTION`) and corresponding rows in the operation-to-privilege reference table - `docs/open-api/roles.yaml` — add `REGISTER_FUNCTION`, `EXECUTE_FUNCTION`, `MODIFY_FUNCTION` to the `Privilege.name` enum and `FUNCTION` to the `SecurableObject.type` enum (both in the schema and the path-parameter enum) ### Why are the changes needed? The new function privileges are unusable without documentation. Users and integrators need to know which privilege grants which operation and at which securable-object level. Fix: #9535 ### Does this PR introduce _any_ user-facing change? Documentation only — no code changes. ### How was this patch tested? `./gradlew :docs:build` — OpenAPI specification validation passes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
