[
https://issues.apache.org/jira/browse/ATLAS-5385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18116366#comment-18116366
]
ASF subversion and git services commented on ATLAS-5385:
--------------------------------------------------------
Commit a292b6fd580e923e83bb01521183a82def281191 in atlas's branch
refs/heads/ATLAS-5409 from Ramachandran Krishnan
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=a292b6fd5 ]
ATLAS-5385: Rename header auth property keys only
Drop AtlasHeaderAuthConfiguration and keep the existing filter logic.
Update atlas.authn.header.* properties to atlas.authentication.method.header.*.
> ATLAS: Align header authentication config with
> atlas.authentication.method.header.* property scheme
> ---------------------------------------------------------------------------------------------------
>
> Key: ATLAS-5385
> URL: https://issues.apache.org/jira/browse/ATLAS-5385
> Project: Atlas
> Issue Type: Improvement
> Components: atlas-core
> Reporter: Ramachandran Krishnan
> Assignee: Ramachandran Krishnan
> Priority: Major
> Fix For: 3.0.0, 2.6.0
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Rename header authentication properties from {{atlas.authn.header.{*}{*}}}
> *to {{atlas.authentication.method.header.}}* in the existing
> {{{}AtlasHeaderPreAuthFilter{}}}. No behavior change; same filter logic as
> master.
> h2. Migration
>
> # Before
> {code:java}
> atlas.authn.header.enabled=true
> atlas.authn.header.username=<header-name>
> atlas.authn.header.roles=<header-name>
> atlas.authn.header.requestid=<header-name>{code}
> # After
> {code:java}
> atlas.authentication.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>{code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)