Project

Profile

Help

Issue #9544

Updated by rochacbruno over 2 years ago

Related to https://pulp.plan.io/issues/9543 

 Story: As a client consuming a content, I want to be able to fetch all the signatures related to a specific content in order to perform verification prior to installation. 

 e.g: 

 ~~~bash 
 GET /pulp/signatures/<content-artifact-identification> 

 { 
 "signatures": [ 
     ... all the signatures present for that specif content version or artifact 
 ] 
 } 
 ~~~ 

 The exact design of that API serializer is TBD

Back