[
https://issues.apache.org/jira/browse/ATLAS-5385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18106305#comment-18106305
]
ASF subversion and git services commented on ATLAS-5385:
--------------------------------------------------------
Commit 23899b586a4497d62de160b3beb327afa9a633e4 in atlas's branch
refs/heads/atlas-2.6 from Ramachandran Krishnan
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=23899b586a ]
ATLAS-5385: Rename header auth property keys for atlas-2.6
Rename atlas.authn.header.* to atlas.authentication.method.header.* and
colocate header auth examples with other authentication properties.
> 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: 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)