Project

Profile

Help

Story #7118

Updated by pulpbot over 2 years ago

 

 **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. 


 

Back