IEEE.org     |     IEEE Xplore Digital Library     |     IEEE Standards     |     IEEE Spectrum     |     More Sites

Skip to content

Added production keyvault signing credentials

Douglas Williams requested to merge release-signing-credentials into main

For production releases to Azure, instead of using Developer Signing Credentials for issuing JWT access tokens, the API will now expect a certificate that is loaded from Azure KeyVault.

The new configuration settings to add are:

{
  "name": "AzureKeyVault__CertificateName",
  "value": "signing-cert-name",
  "slotSetting": false
},
{
  "name": "AzureKeyVault__AzureTenantId",
  "value": "tenantid",
  "slotSetting": false
}

Merge request reports