Skip to content

The operaton-welcome link and REST API section in the README is wrong #26

@priegger

Description

@priegger

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions