operaton-welcome link
According to the README, the apps are accessible through the landing page: http://localhost:8080/operaton-welcome/index.html
When I start the operaton container image via podman and navigate to that page, I see nothing.
When I navigate to http://localhost:8080, I am forwarded to http://localhost:8080/operaton/app/welcome/default/#!/login and can log in with the given credentials.
REST API section
The Operaton REST API is accessible through: http://localhost:8080/engine-rest
See the REST API documentation for more details on how to use it.
Note: The REST API does not require authentication by default. Follow the instructions from the documentation to enable authentication for the REST API.
- The
/engine-rest path does not work for me
- The REST API link returns a 404
- While playing with the REST API (listing users and tenants), i for some 40x errors (Forbidden or something), so it does not look like the "REST API does not require authentication by default", at least not the way it's configured in the container image
operaton-welcome link
According to the README, the apps are accessible through the landing page: http://localhost:8080/operaton-welcome/index.html
When I start the operaton container image via podman and navigate to that page, I see nothing.
When I navigate to http://localhost:8080, I am forwarded to http://localhost:8080/operaton/app/welcome/default/#!/login and can log in with the given credentials.
REST API section
/engine-restpath does not work for me