RELEASED: Public: October 18, 2023
Resolved issues
- Permissions are checked on the wrong object when the endpoint or CLI to create items are invoked (BEE-39256)
-
When the
JENKINS_URL/casc-items/create-items
endpoint or thecasc-items-create-items
CLI are invoked; the creation permission is always checked against the Jenkins root, ignoring the value of thepath
parameter in the check.Now, if the
path
is passed, the permissions check is performed in the correct folder.