Project

Profile

Help

Story #2358

Updated by mhrivnak over 7 years ago

Configure Pulp so that: 
 * Basic Auth authentication (with credentials stored in Pulp) works against any protected API endpoint 
 * only authenticated users have access to the API  
   (use "permissions available in DRF out-of-the-box":http://www.django-rest-framework.org/api-guide/permissions/#api-reference, we likely do not want    permissions to be more granular for MVP) 

Back