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

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

Jonathan Halliday created ATLAS-1264:
----------------------------------------

             Summary: 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)