athenz
athenz copied to clipboard
ZPE should honor case sensitive actions and resources
Today, ZPE assumes all actions and resources are lower case, but with a recent feature addition, this assumption is not true anymore.
This feature requires ZPE to honor the case of action and resources and make authorization decision accordingly.
Expectations:
- working code with corresponding unit tests with 100% code coverage
Hi @abvaidya. When you say ZPE assumes all actions and resources are lowercase, what exactly are you referring to? Can you please provide some explaination?