[ 
https://issues.apache.org/jira/browse/ATLAS-5385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ramachandran Krishnan updated ATLAS-5385:
-----------------------------------------
    Description: 
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}
 

  was:
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
# 
Beforeatlas.authn.header.enabled=trueatlas.authn.header.username=<header-name>atlas.authn.header.roles=<header-name>atlas.authn.header.requestid=<header-name>#
 
Afteratlas.authentication.header.enabled=trueatlas.authentication.method.header.username=<header-name>atlas.authentication.method.header.roles=<header-name>atlas.authentication.method.header.request-id=<header-name>


> 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: 10m
>  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)

Reply via email to