PromucFlow_constructor/app/server/appsmith-server
Arpit Mohan bcba9d3415 Creating a list of public endpoints that anonymous users can access.
OPA controls access to all endpoints and the list of authenticated resources and public URLs is defined in a single place in that file.

The url_allow function in acl.rego is an overloaded function that replicates the OR condition in Rego. Either the user is authenticated and has permissions to access those resources, or the URL is public and accessible by any user.
2019-12-17 09:28:59 +05:30
..
src Creating a list of public endpoints that anonymous users can access. 2019-12-17 09:28:59 +05:30
auth-notes Convert the project into a multi-module structure 2019-09-16 11:21:57 +00:00
pom.xml Upgrading to Spring boot 2.2.2 for features in Spring security 2019-12-16 10:53:17 +05:30