I enable the admin Api, and I want to test in the ...
# help
s
I enable the admin Api, and I want to test in the browser ui, but it throw authentication error, how to fix it ?
s
thanks @Jesum Yip I can run the restful api in Insomnia with Basic Auth. The problem is I don't know how to pass the Basic auth to the restful api header in the browser ui.
c
Hey, we are aware of this issue and have fixed it in trunk but it's not released yet. If you are a user of Postman, Insomnia or any other Swagger tool, you can grab the schema from http://localhost:3592/schema/swagger.json and access the API through those tools.
s
thanks @Charith (Cerbos) . I thought it was my way of using it somewhere wrong.😀