azure-service-operator
azure-service-operator copied to clipboard
Feature: Export configuration from status
For some resources it would be useful to make key properties available via a config map for consumption elsewhere in the cluster.
Examples include
| Service | Property Path |
|---|---|
| Application Insights | Component.Status.ConnectionString |
| Batch | BatchAccount.Status.AccountEndpoint |
| CosmosDB | DatabaseAccount.Status.DocumentEndpoint |
| Service Bus | SBNamespace.Status.ServiceBusEndpoint |
Similar to the existing AzureGeneratedSecrets configuration employed by the generator, one approach to solving this would be to also support AzureGeneratedConfig, with matching injection points for retrieving and publishing the configuration.