You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, a device contains the keycloak ID as a field.
It would be better to use the device ID directly as the resource ID in Keycloak (as is already the case for projects and gateways).
This requires a database migration:
Each Keycloak resource need to be destroyed and re-created with the right ID
Each Orion device need to drop the keycloak_id field.
The text was updated successfully, but these errors were encountered:
Currently, a device contains the keycloak ID as a field.
It would be better to use the device ID directly as the resource ID in Keycloak (as is already the case for projects and gateways).
This requires a database migration:
The text was updated successfully, but these errors were encountered: