StackStorm / st2-rbac-backend

RBAC backend for StackStorm (previously part of EWC aka StackStorm Enteprise)
https://docs.stackstorm.com/latest/rbac.html
Apache License 2.0
5 stars 12 forks source link

Add ?include_attributes and ?exclude_attributes query param test cases for supported API endpoints #24

Closed Kami closed 5 years ago

Kami commented 5 years ago

This pull request adds ?include_attributes and ?exclude_attributes query param test cases for most of the API endpoints which support this functionality (as an improvement on top of #22).

Per #22, we already have those test cases for API endpoints with RBAC disabled, but we didn't have those test cases for API endpoints with RBAC enabled which means we didn't cover all the scenarios and there could be edge cases hiding with this functionality when RBAC is enabled.