azure-service-operator icon indicating copy to clipboard operation
azure-service-operator copied to clipboard

Feature: Export configuration from status

Open theunrepentantgeek opened this issue 3 years ago • 0 comments

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.

theunrepentantgeek avatar Jun 20 '22 23:06 theunrepentantgeek