1. 78e7f57 Refactoring RbacUtils part 3 - documentation by Sergey Vilgelm · 6 years ago
  2. d3d77ef Refactoring RbacUtils part 2 api tests by Sergey Vilgelm · 6 years ago
  3. ace8ea3 Refactoring RbacUtils by Sergey Vilgelm · 6 years ago
  4. 19e3bec Support implied rules by Sergey Vilgelm · 6 years ago
  5. 74f8e7d refactor: Break up RbacMalformedException into discrete exceptions by Felipe Monteiro · 6 years ago
  6. e0f3550 Multi role RBAC validation by Mykola Yakovliev · 6 years ago
  7. 7fa1f73 Merge "Remove invalid exception RbacConflictingPolicies" by Zuul · 6 years ago
  8. 8dd5f19 Remove invalid exception RbacConflictingPolicies by Felipe Monteiro · 6 years ago
  9. 59f538f Replace rule/expected_error_code with non-deprecated versions by Felipe Monteiro · 6 years ago
  10. 8c04bd8 Add granularity for volume_extension:volume_type_encryption by Chi Lo · 7 years ago
  11. 11376ab Limit exception handling to calls within override_role by Mykola Yakovliev · 6 years ago
  12. 98437d4 Remove override of 'expected_error_codes' with defaults by ghanshyam · 6 years ago
  13. 51299a1 Improve exception that is raised following invalid service by Felipe Monteiro · 7 years ago
  14. e0c5c24 Merge "multi policy: Fix logging issues with multiple policies" by Zuul · 7 years ago
  15. 94986d7 Merge "Update overpermission/underpermission rbac exceptions" by Zuul · 7 years ago
  16. f16b6b3 Update overpermission/underpermission rbac exceptions by Felipe Monteiro · 7 years ago
  17. 318fa3b Use tempest-multinode-full parent for multinode Zuul jobs by Felipe Monteiro · 7 years ago
  18. c0cb7eb multi policy: Fix logging issues with multiple policies by Felipe Monteiro · 7 years ago
  19. 35a7711 Add support for handling multiple error codes by Cliff Parsons · 7 years ago
  20. 44d7784 Update rbac_rule_validation for multi-policy support by Felipe Monteiro · 7 years ago
  21. 2fe986d Add functools.wraps decorator to rbac_rule_validation by Felipe Monteiro · 7 years ago
  22. a1db761 Merge "Remove already-deprecated strict_policy_check option" by Zuul · 7 years ago
  23. 4ef7e53 Remove already-deprecated strict_policy_check option by Felipe Monteiro · 7 years ago
  24. 1c8620a Remove deprecated switch_role method by Felipe Monteiro · 7 years ago
  25. 318a0bf Remove admin_only kwarg from rbac_rule_validation decorator by Felipe Monteiro · 7 years ago
  26. 1882e9b override_role cleanup: Remove superfluous call in rbac_rule_validation by Felipe Monteiro · 7 years ago
  27. 80b9aab [docs] Fix weird indentation in documentation by Masayuki Igawa · 7 years ago
  28. 2e2af48 [TrivialFix] Use _override_role in rbac_rule_validation by Felipe Monteiro · 7 years ago
  29. 10e82fd Base implementation of override_role for automatic role re-switch by Felipe Monteiro · 7 years ago
  30. 38f344b Fix six.reraise bug in rbac_rule_validation by Felipe Monteiro · 7 years ago
  31. 88cd299 Merge "Update policy authority documentation" by Jenkins · 7 years ago
  32. 5ed98d7 Clean up rbac_rule_validation unit tests by Felipe Monteiro · 7 years ago
  33. f2b58d7 Update policy authority documentation by Felipe Monteiro · 7 years ago
  34. 88a5bab Rename rbac_policy_parser to policy_authority by Felipe Monteiro · 7 years ago
  35. 7f8993f Add a per-test log by Sean Pryor · 7 years ago
  36. 01d633b Update rbac_rule_validation docstrings by Felipe Monteiro · 7 years ago
  37. f6eb862 Deprecate [rbac] configuration group. by Felipe Monteiro · 7 years ago
  38. da52cc3 Merge "Adds meaningful exceptions for missing attributes" by Jenkins · 7 years ago
  39. 36bea05 Adds meaningful exceptions for missing attributes by Samantha Blanco · 7 years ago
  40. 8a043fb Change rbac_utils.RbacUtils is_admin to function by Felipe Monteiro · 7 years ago
  41. 7be94e8 Switch to enabled version of identity clients by Felipe Monteiro · 7 years ago
  42. e8d93e0 Remove need to include admin in credentials in base classes by Felipe Monteiro · 7 years ago
  43. a12fc2f Merge "Add support for testing custom RBAC requirements" by Jenkins · 8 years ago
  44. ed95005 Add support for testing custom RBAC requirements by Rick Bartra · 8 years ago
  45. dea1384 Add docstring for rbac_rule_validation is_authorized by Felipe Monteiro · 8 years ago
  46. 973a1bc Docstring for rbac_rule_validation _get_exception_type by Felipe Monteiro · 8 years ago
  47. 17e9b49 Add rbac_utils is_admin helper method by Felipe Monteiro · 8 years ago
  48. e52cbc6 Fix rbac_rule_validation log statement raises TypeError by Felipe Monteiro · 8 years ago
  49. 4bf66a2 Hacking: enable extensions H106, H203 and H904 by Felipe Monteiro · 8 years ago
  50. 0854ded Adds initial hacking checks to Patrole by Felipe Monteiro · 8 years ago
  51. f6b69e2 Change "admin" literal for admin role to CONF admin_role by Felipe Monteiro · 8 years ago
  52. 83d7730 Merge "Merge rbac_auth with rbac_rule_validation" by Jenkins · 8 years ago
  53. e7e552e [Fix gate] Fix failing identity v2 admin tests by Felipe Monteiro · 8 years ago
  54. 78fc489 Merge rbac_auth with rbac_rule_validation by Felipe Monteiro · 8 years ago
  55. fd1db98 Identity trust rbac tests by Felipe Monteiro · 8 years ago
  56. 75f2363 Renames switchToRbacRole to toggle_rbac_role by Felipe Monteiro · 8 years ago
  57. 8eda8cc Refactors exceptions in rbac_rule_validation decorator. by Felipe Monteiro · 8 years ago
  58. d5d76b8 Fix failing v2 identity user tests by adding admin_only kwarg. by Felipe Monteiro · 8 years ago
  59. 1299894 Enhance validation decorator with error code by Rick Bartra · 8 years ago
  60. 48c913d Throw skipException for invalid policy actions. by Felipe Monteiro · 8 years ago
  61. 8590c0c Removal of re-switching of rbac-role from tearDown by raiesmh08 · 8 years ago
  62. 503c557 Add service validation to Patrole framework by Rick Bartra · 8 years ago
  63. 889264e Enhance rbac policy parser to correctly interpret user_id policy actions. by Felipe Monteiro · 8 years ago
  64. b25f93d Fixed AT&T Copyright statements by DavidPurcell · 8 years ago
  65. cbd0617 Add try/except block to rbac_rule_validation. by Felipe Monteiro · 8 years ago
  66. b059565 Fixes converter not working for certain edge cases. by Felipe Monteiro · 8 years ago
  67. 645dfc9 Switch to oslo_log by Rajiv Kumar · 8 years ago
  68. 029d8c3 Initial functionality framework. by DavidPurcell · 8 years ago