Azure / meta-azure-service-broker

A service broker to manage multiple Azure services in Cloud Foundry
Apache License 2.0
39 stars 44 forks source link

How to create PCF new Service with Certificate instead of clientSecret? #224

Open jainath23 opened 3 years ago

jainath23 commented 3 years ago

{ "uri": "https://akv-xxx-dev.vault.azure.net/", "clientId": "d8472266-xxx-xxx-934f-xxx", "clientSecret": "xxxxxx", "tenantId": "xxxxx-55b6-466e-a7af-4ad1a1b79713" }

How to create PCF new Service with a Certificate instead of clientSecret??