ramackri opened a new pull request, #739: URL: https://github.com/apache/atlas/pull/739
## Summary Same change as #735, targeted at **atlas-2.6** branch. Rename header authentication properties from `atlas.authn.header.*` to `atlas.authentication.method.header.*` in the existing `AtlasHeaderPreAuthFilter`. No behavior change; same filter logic. ## Migration ```properties # Before atlas.authn.header.enabled=true atlas.authn.header.username=<header-name> atlas.authn.header.roles=<header-name> atlas.authn.header.requestid=<header-name> # After atlas.authentication.method.header.enabled=true atlas.authentication.method.header.username=<header-name> atlas.authentication.method.header.roles=<header-name> atlas.authentication.method.header.request-id=<header-name> ``` ## Test plan - [ ] Enable header auth with updated property keys in `atlas-application.properties` - [ ] Verify API access with curl using configured identity headers - [ ] Run `AtlasHeaderPreAuthFilterTest` https://issues.apache.org/jira/browse/ATLAS-5385 Related: #735 Made with [Cursor](https://cursor.com) -- 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]
