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
associate an execution_environment in a job template in which the Execution Environment is no longer global and has been linked to an other organization than the organization related to the job template.
STEPS TO REPRODUCE
reproducing by API
create an organization A
create an organization B
create a global execution environment A
create a project A related to organization A
associate execution environment A with the organization B
create an user with the org admin role and associate with the organization A
create a job_template associating with project A and selecting execution_environment A.
check that Job Template was associated an organization A and the project A. But the Job Template is using an execution environment associated an organization B
EXPECTED RESULTS
should to return an error, because the Execution Environment is no longer available to the organization
ACTUAL RESULTS
the job template was successfully registered
ADDITIONAL INFORMATION
we try to reproduce that behave with different users(sys_admin, org_admin and the ee_org_admin).
sys_admin - is able too to exec the same behave.
ee_org_admin - don't have access to create a new job_template.
The text was updated successfully, but these errors were encountered:
@yagomarques you should distinguish between the cases of 1) trying to create a JT with the EE already attached, and 2) creating a JT then after creation trying to attach the EE.
ISSUE TYPE
SUMMARY
STEPS TO REPRODUCE
reproducing by API
organization A
organization B
global execution environment A
project A
related toorganization A
execution environment A
with theorganization B
organization A
project A
and selectingexecution_environment A
.organization A
and theproject A
. But the Job Template is using an execution environment associated anorganization B
EXPECTED RESULTS
ACTUAL RESULTS
ADDITIONAL INFORMATION
we try to reproduce that behave with different users(sys_admin, org_admin and the ee_org_admin).
The text was updated successfully, but these errors were encountered: