camunda-platform-helm icon indicating copy to clipboard operation
camunda-platform-helm copied to clipboard

[ISSUE] Identity first user has no permissions - 8.6 alpha5

Open jessesimpson36 opened this issue 5 months ago • 6 comments

Describe the issue:

[!NOTE] We found that the issue happens with and without multi-tenancy enabled.

If you try to authenticate to identity, you will be redirected to /unauthorized, which in a typical installation with Console on the base path, means that /unauthorized will be redirected to Console, and then you will see a 404 or 401 error.

the endpoint it redirects to might actually be /noPermissions. I'm forgetting.

To work around this issue, log into Keycloak and inside the camunda-platform realm, go to Users > demo > Role mapping and assign all of the role mappings to the first user, and you will get access to identity once more.

2024-09-11-151710_grim

Actual behavior:

Expected behavior:

How to reproduce:

Logs:

Environment:

Please note: Without the following info, it's hard to resolve the issue and probably it will be closed.

  • Platform:
  • Helm CLI version:
  • Chart version: 8.6.0-alpha5
  • Values file:

jessesimpson36 avatar Sep 11 '24 19:09 jessesimpson36