certat / do-portal

This project is in maintenance mode and will only receive bug fixes, but no new features. A new version of this software is being developed.
5 stars 5 forks source link

Backend always return 403 #125

Closed vetsolution closed 4 years ago

vetsolution commented 4 years ago

Hello,

After the installation of do-portal with docker, once I'm connected with master@master.master account, I can't list any organization, or other tabs , and when I look into the developer tools I notice that all api call to the backend fail with 403 error. Do you think is a configuration error or an error in the request? This is a screen of the request, should it be an authentication header, or is it managed by the cookies? Screenshot from 2020-04-20 15-57-36

davewood commented 4 years ago

the correct URL is portal-frontend:8081

portal-backend:8081 is deprecated and will be removed.

vetsolution commented 4 years ago

Hello, Thank for the info. But in the frontend I cannot add any organisation because I don't have any parent organisation image

Moreover, I cannot specify any ASN, FQDNs,IP Ranges,... as in backend.

I have an another question, where is the EventDb infos I dont see any tabs about it ?

Thank you for your help ;)