gada121982 commented on PR #10437: URL: https://github.com/apache/gravitino/pull/10437#issuecomment-4062568991
Thanks @roryqi for the review! Addressed both points: 1. **Renamed `/api/auth/me` → `/api/authn/me`** — agreed, `authn` is clearer for authentication vs authorization. 2. **Added OpenAPI spec** — new `docs/open-api/authn.yaml` with the endpoint definition, referenced from `openapi.yaml`. Passes `./gradlew :docs:lintOpenAPI`. Also added unit tests for `AuthMeResponse` DTO (serialization/deserialization + default constructor). -- 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]
