Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Got 401 - Full authentication is required to access this resource when post to ATLAS API

avatar
Contributor

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

1 ACCEPTED SOLUTION

avatar

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

View solution in original post

3 REPLIES 3

avatar

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

avatar
Contributor

Thanks so much, it works now

avatar

good to hear.

btw. it is good practice to accept the answer so that is marked as resolved in the overview