Skip to content

Commit

Permalink
MOSIP-38211: Created new download-root-certificate endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Swetha K <[email protected]>
  • Loading branch information
Swetha K committed Dec 16, 2024
1 parent 4026c3d commit e44f624
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ mosip.kernel.keymanager.url=https://dev.mosip.net

pmp.partner.original.certificate.get.rest.uri=${mosip.kernel.keymanager.url}/v1/keymanager/getPartnerSignedCertificate/{partnerCertId}
pmp.ca.certificates.post.rest.uri=${mosip.kernel.keymanager.url}/v1/keymanager/getCaCertificates
pmp.download.ca.certificate.get.rest.uri=${mosip.kernel.keymanager.url}/v1/keymanager/getCACertificateTrustPath/{caCertId}

mosip.role.pms.getpartnercertificates=AUTH_PARTNER,ABIS_PARTNER,SDK_PARTNER,DEVICE_PROVIDER,FTM_PROVIDER,CREDENTIAL_PARTNER,PARTNER_ADMIN,ONLINE_VERIFICATION_PARTNER
mosip.role.pms.getpolicyrequests=AUTH_PARTNER,ABIS_PARTNER,SDK_PARTNER,CREDENTIAL_PARTNER,PARTNER_ADMIN,ONLINE_VERIFICATION_PARTNER
Expand Down Expand Up @@ -97,6 +98,7 @@ mosip.role.pms.getpartnersftmchipdetails=PARTNER_ADMIN
mosip.role.pms.getallsbidetails=PARTNER_ADMIN
mosip.role.pms.getalldevicedetails=PARTNER_ADMIN
mosip.role.pms.getallcacertificates=PARTNER_ADMIN
mosip.role.pms.getdownloadrootcertificate=PARTNER_ADMIN

#OIDC Client attributes for create and update
mosip.pms.oidc.clients.grantTypes=authorization_code
Expand Down Expand Up @@ -146,4 +148,5 @@ mosip.pms.api.id.partners.ftm.chip.details.get=mosip.pms.partners.ftm.chip.detai
mosip.pms.api.id.all.sbi.details.get=mosip.pms.all.sbi.details.get
mosip.pms.api.id.get.all.device.details.get=mosip.pms.get.all.device.details.get
mosip.pms.api.id.all.ca.certificates.get=mosip.pms.all.ca.certificates.get
mosip.pms.api.id.download.ca.certificate.get=mosip.pms.download.ca.certificate.get
##END properties are for PMS Revamp DP1 release

0 comments on commit e44f624

Please sign in to comment.