[
https://issues.apache.org/jira/browse/ATLAS-5308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18087675#comment-18087675
]
ASF subversion and git services commented on ATLAS-5308:
--------------------------------------------------------
Commit 0f9409d6261fc124d1be85fa740305960ac6d84a in atlas's branch
refs/heads/master from chaitalicod
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=0f9409d62 ]
ATLAS-5308: Add support for header based authentication (#664)
Co-authored-by: chaitali.borole <[email protected]>
> Add support for header based authentication
> -------------------------------------------
>
> Key: ATLAS-5308
> URL: https://issues.apache.org/jira/browse/ATLAS-5308
> Project: Atlas
> Issue Type: New Feature
> Components: atlas-core
> Reporter: Abhishek Kumar
> Assignee: chaitali borole
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Atlas server currently support multiple authentication mechanisms, including
> Kerberos, username/password (LDAP, local users), and SSO. To support
> deployments behind trusted proxy servers Atlas should support header-based
> authentication. When enabled, Atlas reads a configured HTTP header for
> username and (optionally) roles/groups, creates a trusted-proxy
> authentication token, and propagates a request-id for audit/log correlation.
> This mode is designed for proxy-managed auth where Atlas trusts upstream
> identity headers.
> Suggested Atlas configurations:
> * {{atlas.authn.header.enabled}}
> * {{atlas.authn.header.username}}
> * {{atlas.authn.header.roles}}
> * {{atlas.authn.header.requestid}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)