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
I currently have the problem that an authorization model have to be migrated after a software rollout. The following guide explains how to do this manually:
I would like to use an integrated functionality, such as a dedicated CLI application, to perform automated migrations.
As this is a known problem in the database world, I would like to use a similar solution. As an example I would like to mention the migrations of sequelize:
Checklist
Describe the problem you'd like to have solved
I currently have the problem that an authorization model have to be migrated after a software rollout. The following guide explains how to do this manually:
https://openfga.dev/docs/modeling/migrating/migrating-relations
These changes are cumbersome and error-prone.
Describe the ideal solution
I would like to use an integrated functionality, such as a dedicated CLI application, to perform automated migrations.
As this is a known problem in the database world, I would like to use a similar solution. As an example I would like to mention the migrations of sequelize:
https://sequelize.org/v5/manual/migrations
Alternatives and current workarounds
No response
References
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: