Siddharth Pansuria
04/22/2025, 6:45 PMDennis (Cerbos)
Siddharth Pansuria
04/23/2025, 4:30 PMDennis (Cerbos)
Our primary goal is to enable custom roles for our clients. I’ll be working on that after we deploy something basic to our dev environment. Correct me if I’m wrong, but I think, we will need to update policies via the code, once we start building custom roles functionality.Great! I didn’t know that. In this case, you do need a writable storage - a database. I assume that the flow you described sets up a new environment. That sounds right! Just a side note that SQLite seems to meet all your requirements, but it doesn’t need an external database service like Postgres.
Dennis (Cerbos)
… so I don’t have to run the script db schema script every timeI want to double-check here. You must run that script only when set up a new database/environment. If the database is up and running, you don’t need to recreate the schema; you can go straight to updating the policies.
Siddharth Pansuria
04/24/2025, 6:54 PM