Skip to content

ATLAS-5308: Add support for header based authentication#664

Merged
chaitalicod merged 1 commit into
apache:masterfrom
chaitalicod:ATLAS-5308
Jun 9, 2026
Merged

ATLAS-5308: Add support for header based authentication#664
chaitalicod merged 1 commit into
apache:masterfrom
chaitalicod:ATLAS-5308

Conversation

@chaitalicod

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

atlas.authn.header.enabled=true
atlas.authn.header.username=x-awc-username
atlas.authn.header.roles=x-awc-roles
atlas.authn.header.requestid=x-awc-requestid[6:29 PM]chaitali.borole@JF9NP2CMXW bin % curl -k -X POST "http://localhost:21000/api/atlas/v2/search/basic"
 -H "Content-Type: application/json"
 -H "x-awc-username: admin"
 -H "x-awc-roles: ROLE_ADMIN"
 -H "x-awc-requestid: req-1"
 -d '{"query":"","limit":5,"offset":0}'
{"queryType":"BASIC","searchParameters":{"query":"
","excludeDeletedEntities":false,"includeClassificationAttributes":false,"includeSubTypes":true,"includeSubClassifications":true,"excludeHeaderAttributes":false,"limit":5,"offset":0},"queryText":"*","entities":[{"typeName":"hdfs_path","attributes":{"owner":"","createTime":0,"qualifiedName":"abc","name":"abc","description":""},"guid":"35dcda01-7d91-4a3f-b685-39ecbc227f83","status":"ACTIVE","displayText":"abc","classificationNames":[],"meaningNames":[],"meanings":[],"isIncomplete":false,"labels":[]}],"approximateCount":693}%               
                                                              

How was this patch tested?

(Please explain how this patch was tested. Ex: unit tests, manual tests)
(If this patch involves UI changes, please attach a screenshot; otherwise, remove this)

@chaitalicod chaitalicod force-pushed the ATLAS-5308 branch 2 times, most recently from f538bc0 to 44888d9 Compare June 9, 2026 07:59

@rodriguesnixon rodriguesnixon left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@chaitalicod chaitalicod merged commit 0f9409d into apache:master Jun 9, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants