WangSheng created ATLAS-4033:
--------------------------------
Summary: 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: 2.1.0, 2.0.0, 1.2.0, 0.8.4, 1.1.0, 1.0.0
Environment: linux
Reporter: WangSheng
Fix For: 2.1.0
Attachments: 捕获.PNG
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!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)