1 instantiation of RadiusSecretStoreConsumer
Aspire.Hosting.Radius (1)
Secrets\RadiusSecretStoreConsumerExtensions.cs (1)
80
new
RadiusSecretStoreConsumer
(kind, store.Resource, selector, key));
7 references to RadiusSecretStoreConsumer
Aspire.Hosting.Radius (4)
Annotations\RadiusSecretStoresAnnotation.cs (1)
21
public List<
RadiusSecretStoreConsumer
> Consumers { get; } = [];
Publishing\RadiusInfrastructureBuilder.cs (1)
1997
foreach (
var
consumer in annotation.Consumers)
Secrets\RadiusSecretStoreValidation.cs (2)
234
foreach (
var
consumer in annotation.Consumers)
241
private static void ValidateConsumer(
RadiusSecretStoreConsumer
consumer)
Aspire.Hosting.Radius.Tests (3)
Secrets\SecretStoreConsumerTests.cs (3)
31
var
registry = annotation.Consumers.Single(c => c.Kind == RadiusSecretStoreConsumerKind.BicepRegistryAuth);
35
var
git = annotation.Consumers.Single(c => c.Kind == RadiusSecretStoreConsumerKind.TerraformGitPat);
38
var
envSecret = annotation.Consumers.Single(c => c.Kind == RadiusSecretStoreConsumerKind.EnvSecret);