Hi, What are the ways of creating policies?
# help
a
Hi, What are the ways of creating policies?
j
otherwise, you're just literally using notepad to write YAML files.
a
Like GitHub, by yaml and code
j
yeah, just write YAML files. check them into git, then point Cerbos to the git repo and voila!
you could generate YAML files using code as well. this will be useful if you have a web front end that exposes end-users to their own user-admini console where they can add users, create new permissions for them etc.
d
It is possible to configure an IDE to make editing policies easier. Here is how to do it in VS Code for example.
a
okay thank you for the update @Jesum Yip and @Dennis (Cerbos)