Skip to content

Commit

Permalink
Merge pull request #180 from camunda-community-hub/hint_to_rest_api
Browse files Browse the repository at this point in the history
Mention the special REST API URL
  • Loading branch information
VonDerBeck authored Jan 19, 2024
2 parents a47833f + 49e195d commit a3f144d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/sso-kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ public void doFilter(ServletRequest request, ServletResponse response, FilterCha
}
```

The REST API URL for this example is `http://localhost:8080/camunda/engine-rest`. Every request requires a JWT token from Keycloak.

A unit test checking the REST Api security is provided in class ``RestApiSecurityConfigTest``. Please be aware that the unit test requires a running Keycloak Server including the setup described above. Therefore it is ignored as standard.

### Logging out from Cockpit
Expand Down

0 comments on commit a3f144d

Please sign in to comment.