Azure / open-service-broker-azure

The Open Service Broker API Server for Azure Services
https://osba.sh
MIT License
248 stars 101 forks source link

Enable Service Binding secrets to be stored in Azure Key vault #736

Closed Sudharma closed 4 years ago

Sudharma commented 4 years ago

The Service Binding creates the secret in the Kubnernetes cluster. It would be great idea if the secrets can be stored into the azure key vault. We are using one of the options for secret creation from here --> https://github.com/SparebankenVest/azure-key-vault-to-kubernetes .

sakthi-vetrivel commented 4 years ago

@Sudharma I'd recommend checking out https://github.com/Azure/azure-service-operator which has an option to store these connection strings in Key Vault.