ansible/changelogs/fragments/ansible-galaxy-support-for-automation-hub.yml
Adrian Likins 239d639fee Add support for automation-hub authentication to ansible-galaxy (#63031)
Adds support for token authentication in Automation Hub. Fixes: ansible/galaxy-dev#96
2019-10-04 17:57:37 -04:00

7 lines
290 B
YAML

bugfixes:
- Fix https://github.com/ansible/galaxy-dev/issues/96
Add support for automation-hub authentication to ansible-galaxy
minor_changes:
- Add 'auth_url' field to galaxy server config stanzas in ansible.cfg
The url should point to the token_endpoint of a Keycloak server.