Should an appliation in a non-Default organization be able to see all job templates? #830
-
Hi all, not sure if I am missing something here, but I have created an application in our AWX instance. Contrary to the documentation I have created it in an organization other than the default one. It could successfully connect, but I can see all job templates in our AWX instance, not just the ones in the organization the application is in. Is this due to the token being issued by an administrator? Should I create a user in the organization and create the token as that user? Kind Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
It looks like, based on the user and the token, if the user whose token you are using when logged in to AWX has access to all the orgs, all projects, and job templates. That can be the reason for all JT pulls since job sync is with https://endpoint/api/v2 endpoint |
Beta Was this translation helpful? Give feedback.
It looks like, based on the user and the token, if the user whose token you are using when logged in to AWX has access to all the orgs, all projects, and job templates.
That can be the reason for all JT pulls since job sync is with https://endpoint/api/v2 endpoint