john-westcott-iv / ansible-tower-plugin

Jenkins ansible tower plugin
MIT License
4 stars 42 forks source link

Tower 3.3 no longer supports authtoken for authentication #4

Closed fherbert closed 5 years ago

fherbert commented 6 years ago

Authtoken support has been removed from awx (and tower from version 3.3) so this plugin no longer authenticates. More info regarding this change is here https://github.com/ansible/awx/blob/devel/docs/auth/session.md

unlikelyzero commented 6 years ago

@john-westcott-iv I'd like to help stay in front of this change given tower's upcoming change

Edit: This should now only be an issue for tower-3.4 set to be released in Dec

john-westcott-iv commented 6 years ago

@unlikelyzero Do you know of a plugin specifically supporting an OAuthToken? To get the coding started I used the plain credentials plugin and just made a Secret Text to dump my test token into. Its working but if there is a better plugin for storing OAuth Tokens that you know of we can switch to that.

unlikelyzero commented 6 years ago

I believe this guide helps with best practices surrounding auth tokens. The plain credentials plugin looks fine as far as I can tell, too.