Job template survey is only accessible by system administrators...

Hi AWX Project team.

I found an issue when sharing a Job template with a normal user. The job survey is unaccessible for that particular user if it’s not a system administrator.

The error is a 500 INTERNAL SERVER ERROR

Using tower-cli with a normal user:

*** DETAILS: Getting the record. **********************************************
GET https://server1/api/v2/job_templates/15/
Params: {}

GET https://server1/api/v2/job_templates/15/survey_spec/
Params: {}

Error: The Tower server sent back a server error. Please try again later.

Is this a bug regarding permissions?

Thanks,

-Cesar

From this information, it could be the same as a closed issue:

https://github.com/ansible/awx/issues/157

If you could get the traceback from the event in your system logs, we can determine if you’re hitting the same thing.

Alan

Yeap, applying that patch fixed the issue… Thanks,

-Cesar