You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Nixon Rodrigues (JIRA)" <ji...@apache.org> on 2016/11/03 13:43:58 UTC

[jira] [Commented] (ATLAS-1264) can't disable authentication

    [ https://issues.apache.org/jira/browse/ATLAS-1264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15632748#comment-15632748 ] 

Nixon Rodrigues commented on ATLAS-1264:
----------------------------------------

[~jhalliday]

Currently in Atlas there is no property to disable authentication. 

Please pass authentication headers with request.
{noformat}
curl -v -u admin:admin http://localhost:21000/api/atlas/admin/version
{noformat}

For more details on authentication refer http://atlas.incubator.apache.org/0.7.0-incubating/Authentication-Authorization.html



> can't disable authentication
> ----------------------------
>
>                 Key: ATLAS-1264
>                 URL: https://issues.apache.org/jira/browse/ATLAS-1264
>             Project: Atlas
>          Issue Type: Bug
>            Reporter: Jonathan Halliday
>
> When running a default install, the atlas-application.properties file contains:
> atlas.http.authentication.enabled=false
> but the server requires authentication:
> curl -v http://localhost:21000/api/atlas/admin/version
> *   Trying 127.0.0.1...
> * Connected to localhost (127.0.0.1) port 21000 (#0)
> ...
> < HTTP/1.1 401 Full authentication is required to access this resource



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)