Skip to content

Identity Config 0.19.0+

These notes preserve manual upgrade steps from older UDS Identity Config versions. Use them when supporting an older UDS Core deployment that may have skipped a historical Keycloak realm change.

Keycloak 26.4.0 changed the ServerInfo endpoint. Without additional permissions, OpenTofu can fail with a Malformed version error when using the Keycloak Terraform provider. See Keycloak Terraform Provider #1342 for upstream context.

To add the required view-system role:

  1. Navigate to the uds realm.
  2. Go to Clients > realm-management > Client roles > Roles.
  3. Click Create role.
  4. Set Role name to view-system.
  5. Set Description to Enables displaying SystemInfo through the ServerInfo endpoint.
  6. Click Save.
  7. Return to the realm-management roles by clicking the Client details breadcrumb.
  8. Select the realm-admin role.
  9. Open the Associated roles tab.
  10. Click Assign role > Client roles.
  11. Select the view-system role.
  12. Click Assign.