octoposprime / op-be-graphql

OctopOS Prime Backend Api Gateway
http://www.octoposprime.com
MIT License
13 stars 1 forks source link

Implement dlr policies #52

Open Sddilora opened 4 months ago

Sddilora commented 4 months ago

We have new policies for our DLR service in our GraphQL service. Please add them to our Permissions so that we can include them in permission groups to restrict operations for user types.

  1. dlr.read
  2. dlr.list
  3. dlr.create
  4. dlr.update.base
  5. dlr.update.core
  6. dlr.update.status
  7. dlr.delete
Sddilora commented 4 months ago

We plan to transfer our authentication logic to the op-be-auth service, but we want to ensure that it remains accessible in case we need it in the future.The issue is still pending and awaiting action.