ATLAS-5385: Rename header authentication config to atlas.authentication.method.header.* - #735
Merged
nixonrodrigues merged 5 commits intoAug 20, 2026
Merged
Conversation
…on.method.header.* Replace legacy atlas.authn.header.* properties with a generic logical-key to HTTP-header mapping scheme so deployers can configure any proxy header names without vendor-specific defaults in OSS code.
ramackri
force-pushed
the
header-auth-config-rename
branch
from
August 19, 2026 10:02
d8057b2 to
50a3ca3
Compare
Use server-common User class in AtlasHeaderPreAuthFilter and accept only documented property suffixes (username, roles, request-id).
Drop AtlasHeaderAuthConfiguration and keep the existing filter logic. Update atlas.authn.header.* properties to atlas.authentication.method.header.*.
mneethiraj
reviewed
Aug 19, 2026
…tings Address review feedback to colocate header auth examples under Security Properties alongside LDAP and AD configuration.
mneethiraj
reviewed
Aug 19, 2026
Align enable flag with other atlas.authentication.method.* settings.
mneethiraj
approved these changes
Aug 20, 2026
Open
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Rename header authentication properties from
atlas.authn.header.*toatlas.authentication.method.header.*in the existingAtlasHeaderPreAuthFilter. No behavior change; same filter logic as master.Migration
Test plan
atlas-application.propertiesAtlasHeaderPreAuthFilterTesthttps://issues.apache.org/jira/browse/ATLAS-5385