[
https://issues.apache.org/jira/browse/ATLAS-4033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
WangSheng updated ATLAS-4033:
-----------------------------
Description:
According to the user's manual from [http://atlas.apache.org/], properties for
kerberos should be:
atlas.authentication.method.kerberos.principal=
atlas.authentication.method.kerberos.keytab =
But , in the
codes([LoginProcessor.java|https://github.com/apache/atlas/pull/114]), paths
are below:
public static final String AUTHENTICATION_PRINCIPAL =
ATLAS_AUTHENTICATION_PREFIX+ "principal";
public static final String AUTHENTICATION_KEYTAB =
ATLAS_AUTHENTICATION_PREFIX+ "keytab";
that are :atlas.authentication.principal & atlas.authentication.keytab
so, the properties for kerberos couldn't be get correctly!
was:
According to the user's manual from [http://atlas.apache.org/], properties for
kerberos should be:
atlas.authentication.method.kerberos.principal=
atlas.authentication.method.kerberos.keytab =
But , in the codes, paths are below:
public static final String AUTHENTICATION_PRINCIPAL =
ATLAS_AUTHENTICATION_PREFIX+ "principal";
public static final String AUTHENTICATION_KEYTAB = ATLAS_AUTHENTICATION_PREFIX+
"keytab";
that are :atlas.authentication.principal & atlas.authentication.keytab
so, the properties for kerberos couldn't be get correctly!
> Properties for kerberos couldn't be got, because of path issue
> --------------------------------------------------------------
>
> Key: ATLAS-4033
> URL: https://issues.apache.org/jira/browse/ATLAS-4033
> Project: Atlas
> Issue Type: Bug
> Components: atlas-core
> Affects Versions: 1.0.0, 1.1.0, 0.8.4, 1.2.0, 2.0.0, 2.1.0
> Environment: linux
> Reporter: WangSheng
> Priority: Major
> Labels: easyfix
> Fix For: 2.1.0
>
> Attachments: 捕获.PNG
>
> Original Estimate: 0.5h
> Remaining Estimate: 0.5h
>
> According to the user's manual from [http://atlas.apache.org/], properties
> for kerberos should be:
> atlas.authentication.method.kerberos.principal=
> atlas.authentication.method.kerberos.keytab =
> But , in the
> codes([LoginProcessor.java|https://github.com/apache/atlas/pull/114]), paths
> are below:
> public static final String AUTHENTICATION_PRINCIPAL =
> ATLAS_AUTHENTICATION_PREFIX+ "principal";
> public static final String AUTHENTICATION_KEYTAB =
> ATLAS_AUTHENTICATION_PREFIX+ "keytab";
> that are :atlas.authentication.principal & atlas.authentication.keytab
> so, the properties for kerberos couldn't be get correctly!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)