You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Cert issuer validation for apps (#2747)
* fix: Initial approach to validate cert issuer existense with pool constraits [WIP]
* feat: provision/pool: add cert-issuer as a new pool constraint type
* refactor: remove obsolete or redundant comments
* refactor: cert-issuer as a new pool constraint type
* fix: use blacklist flag correctly in pool-constraint for cert-issuer
* Remove comments
* Remove unused code
* Remove unused code
* Remove unused code
* refactor: simplify Issuer Blacklist Check
---------
Co-authored-by: Wilson Júnior <wilsonpjunior@gmail.com>
Feat/unbind force for any user (#2739)
* refactor: remove redundant permission check in unbindServiceInstance
* test: rename TestUnbindForceFlagUnauthorized to TestUnbindForceFlagNotFailWhenNotAdmin and update assertion