Story #2358
Updated by mhrivnak about 8 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)