Actions
Story #7118
closedAs an ansible-galaxy CLI user, I can configure a token and auth_url and have pulp_ansible protect my content
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Katello
Sprint:
Quarter:
Description
Ticket moved to GitHub: "pulp/pulp_ansible/711":https://github.com/pulp/pulp_ansible/issues/711
Background¶
The authentication capabilities of the ansible-galaxy CLI are described here: https://docs.ansible.com/ansible/latest/user_guide/collections_using.html#configuring-the-ansible-galaxy-client
There are two credentials:
- auth_url: The url to fetch the session token from
- token: The long-lived credential that will give a user a session-token
Requirements¶
- pulp_ansible needs to have some way to hand out a session-token.
- An AnsibleContentGuard that will protect a Distribution, requiring the user to use a session-token when fetching content.
Related issues
Actions