Project

Profile

Help

Story #9197

Updated by pulpbot about 2 years ago

 

 **Ticket moved to GitHub**: "pulp/pulpcore/2035":https://github.com/pulp/pulpcore/issues/2035 




 ---- 


 I just installed a brand new from scratch pulp instance using the pulp installer. 

 I used the example playbook (modifying only the list of plugins I wanted), as a first time user might. 

 The installation was successful, and I can get the API status as follows (yeah!): 
 ``` 
 https --verify=no get warehouse.infra.dev.atix/pulp/api/v3/status/ 
 ``` 

 All other API endpoints return 403 Forbidden "Authentication credentials were not provided." 

 The getting started installer documentation contain no further guidance on what authentication my default installation expects: https://docs.pulpproject.org/pulp_installer/quickstart/ 

 In pulpcore I can find general installation, but nothing relating to my simple/default/quick start installation: https://docs.pulpproject.org/pulpcore/authentication/index.html 

 My basic user expectation that the quickstart/getting started installation instructions will get me as far as a tiny initial usage example is not met. :wink: 

Back