12 references to RadiusSecretStoreValidation
Aspire.Hosting.Radius (4)
Publishing\RadiusInfrastructureBuilder.cs (1)
2155
RadiusSecretStoreValidation
.ValidateSealedSecretNamespace(store, metadata, manifest.SourcePath);
Publishing\SealedSecretApplyStep.cs (1)
112
RadiusSecretStoreValidation
.ValidateSealedSecretNamespace(store, metadata, manifestPath);
RadiusEnvironmentResource.cs (1)
66
Action = Secrets.
RadiusSecretStoreValidation
.ValidateAsync,
Secrets\RadiusSecretStoreExtensions.cs (1)
84
Action = Aspire.Hosting.Radius.Secrets.
RadiusSecretStoreValidation
.ValidateHasEnvironmentAsync,
Aspire.Hosting.Radius.Tests (8)
Secrets\SecretStoreValidationTests.cs (8)
44
var ex = Assert.Throws<InvalidOperationException>(() =>
RadiusSecretStoreValidation
.Validate(model));
85
RadiusSecretStoreValidation
.Validate); // no throw
97
() =>
RadiusSecretStoreValidation
.ValidateHasEnvironment(model));
113
RadiusSecretStoreValidation
.ValidateHasEnvironment); // no throw
285
RadiusSecretStoreValidation
.Validate);
347
RadiusSecretStoreValidation
.Validate); // no throw
425
RadiusSecretStoreValidation
.Validate); // no throw
461
RadiusSecretStoreValidation
.Validate);