ansible / awx

AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
Other
13.89k stars 3.4k forks source link

Thycotic Secret Server Cloud (renamed to Delinea) credential plugin not working #15278

Open iwt-cmd opened 3 months ago

iwt-cmd commented 3 months ago

Please confirm the following

Bug Summary

The AWX documentation indicates the Thycotic Secret Server credential plugin supports both the on-prem and cloud versions, only the on-prem option works.

AWX version

24.5.0

Select the relevant components

Installation method

kubernetes

Modifications

no

Ansible version

No response

Operating system

No response

Web browser

Chrome, Edge

Steps to reproduce

Credential > Add Credential > Credential Type Thycotic Secret Server > Complete Fields > Test

Expected results

When the credential test is ran, all tests pass and credentials from Thycotic are able to be assigned to other AWX credentials

Actual results

Test times out and no login attempt registered in Secret Server *Credentials were confirmed working outside of AWX

Additional information

No response

iwt-cmd commented 3 months ago

I've already reviewed the TSS plugin and see where the cloud logic is needed. Started this issue to track working on the changes.

thedoubl3j commented 3 months ago

@iwt-cmd thanks for filling this. with your comment, am I safe to assume that you are working on a PR?

iwt-cmd commented 3 months ago

@thedoubl3j That's correct, I'm finishing up the testing and will submit a PR for this.

thedoubl3j commented 3 months ago

gotcha, no worries when you open the PR, tag this issue in it so we have the linkage there and I will assign this to you as well. Thanks for contributing both a bug and a potential fix!

iwt-cmd commented 3 months ago

PR #15280 created