schubergphilis / towerlib

A python library to interface with ansible tower's (awx) api.
MIT License
43 stars 39 forks source link

Extend the credential library with AWS Credentials #113

Closed Christophe-Vico closed 1 year ago

Christophe-Vico commented 1 year ago

Note: AWS Credentials in AWX API still use username & password keys:

"inputs": {
    "password": "$encrypted$",
    "username": "<Access Key>"
},