Page created: 17 Feb 2022
|
Page updated: 29 Jul 2022
To use the Deployment Manager, add a deployment package store for read access to the PingAuthorize server.
Use the administrative console or dsconfig to add the deployment package store.
Adding an Azure deployment package store using the administrative console
Page created: 17 Feb 2022
|
Page updated: 29 Jul 2022
Set up your Azure storage account:
- If you don't already have an Azure storage account, create one.
- Add a container to your storage account.
- Record the Connection string value found in your account's Access key settings.
For information on setting up an Azure storage account, see your Azure Blob Storage documentation.
Configure the PingAuthorize server to use embedded PDP mode with your deployment package store.
Adding an Azure deployment package store using dsconfig
Page created: 17 Feb 2022
|
Page updated: 29 Jul 2022
-
Run dsconfig with the
create-deployment-package-store option:
- Create a store with an unsigned deployment
package.
dsconfig create-deployment-package-store \ --store-name "<store-name>" \ --type azure \ --set "poll-interval:<poll-interval>" \ --set "azure-blob-connection-string:<blob-connection-string>" \ --set "azure-blob-container:<blob-container>" \ --set "azure-blob-prefix:<blob-prefix>"
- Create a store with
deployment-package-security-level
set tosigned
.dsconfig create-deployment-package-store \ --store-name "<store-name>" \ --type azure \ --set "poll-interval:<poll-interval>" \ --set "azure-blob-connection-string:<blob-connection-string>" \ --set "azure-blob-container:<blob-container>" \ --set "azure-blob-prefix:<blob-prefix>" --set deployment-package-security-level:signed \ --set "deployment-package-trust-store:<trust-store-provider-name>" \ --set "deployment-package-verification-key-nickname:<key-nickname>"
- Create a store with an unsigned deployment
package.
Configure the PingAuthorize server to use embedded PDP mode with your deployment package store.