Accessing And Using The Services
Your Cillers systems consists of two different types of services: Web UI Services and System Services. Here is an overview of the different services with info on how to access and use them.
Web UI Services
Web UI | URL | Credentials |
---|---|---|
Create a new user in the Curity UI that you are redirected to when clicking login. | ||
Same auth mechanism as for the web frontend. | ||
Same auth mechanism as for the web frontend. | ||
Username: admin Password: password | ||
Username: admin Password: password | ||
N/A | ||
N/A |
System Services
You will typically access your system services from within other containers, which means that you will not be able to use localhost or 127.0.0.1 as hostname, but will instead be able to use their service id as hostname, e.g. The Curity Identity Service is accessible at http://curity from within other services started in the same stack.
Last updated