Closed yangchuansheng closed 2 years ago
hey @yangchuansheng Indeed, there was a bug in the compose file. We have released a new version and you could try again: https://github.com/wiretrustee/wiretrustee/releases/tag/v0.1.0-rc.2
The important part is that you will need to register Auth0 account for the system to function properly. This is due to the fact that we haven't implemented our own user management system but used Auth0 service instead. We are also preparing the documentation website to describe all the steps.
P.S. If you would like to just try the system without setting up anything, you could go ahead with https://beta.wiretrustee.com/
Let me know if this helps!
hey @yangchuansheng Indeed, there was a bug in the compose file. We have released a new version and you could try again:
v0.1.0-rc.2
(release)The important part is that you will need to register Auth0 account for the system to function properly. This is due to the fact that we haven't implemented our own user management system but used Auth0 service instead. We are also preparing the documentation website to describe all the steps.
P.S. If you would like to just try the system without setting up anything, you could go ahead with beta.wiretrustee.com
Let me know if this helps!
Still confused, what is the value of AuthKeysLocation and AuthIssuer? I cannot find them in auth0.com
Hi @yangchuansheng There are 2 key cases that we use Auth0 for:
Dashboard is a single page React web application and it sends JWT with every request to the Management API. Management has to validate those tokens and public key and issuer are used there.
Check the flow description here. https://auth0.com/docs/microsites/protect-api/protect-api#how-it-works
So where to get these properties? Here is the Auth0 Go backend guide https://auth0.com/docs/quickstart/backend/golang
We understand the need for the clear documentation and getting started guide. We are working on that!
just clone the repo and run docker-compose but the management container is not in healthy state,here is docker logs:
here is config.json
any suggestions ??