Implement access control config client to setup default permissions in petstore
#147
Labels
priority: medium
Medium priority
status: blocked
Something prevents progress
type: maintenance
Related to general repository maintenance
workload: days
Likely takes days to resolve
Milestone
This issue is blocked by #146.
Once the client is implemented, we need to use that client in the
petstore
example to automatically set the permissions of a newly created resource such that the creator becomes the owner of the resource, i.e., they should be allowed to read (GET /petsandGET /pets/{id}) and delete (DELETE /pets/{id}`) the resource.The text was updated successfully, but these errors were encountered: