Created 11-24-2016 09:38 AM
Hi guys, I 've got another question for Atlas, I finally installed and got Atlas 0.7 run on my server, but when I tried to post new types to Atlas, it got a 401 which is Full authentication is required to access this resource, do you know what should I do to get the admission to access the api?
Qinglin
Created 11-24-2016 09:50 AM
Per default, Atlas uses Basic Authentication. So use your Atlas user and password, e.g. like
curl -s -u admin:admin http://atlas-server:21000/api/atlas/types
Created 11-24-2016 09:50 AM
Per default, Atlas uses Basic Authentication. So use your Atlas user and password, e.g. like
curl -s -u admin:admin http://atlas-server:21000/api/atlas/types
Created 11-24-2016 11:07 AM
Thanks so much, it works now
Created 11-24-2016 02:05 PM
good to hear.
btw. it is good practice to accept the answer so that is marked as resolved in the overview