1 write to Type
Aspire.Hosting.Radius (1)
Secrets\RadiusSecretStoreResource.cs (1)
39
Type
= type;
9 references to Type
Aspire.Hosting.Radius (8)
Publishing\RadiusInfrastructureBuilder.cs (2)
1950
StoreType = store.
Type
.ToRadiusTypeString(),
2096
var encoding = binding.Encoding ?? store.
Type
.DefaultEncoding();
Secrets\RadiusSecretStoreValidation.cs (6)
154
foreach (var required in store.
Type
.RequiredKeys())
159
$"Secret store '{store.Name}' of type '{store.
Type
.ToRadiusTypeString()}' is missing " +
177
if (binding.Encoding is not null && !store.
Type
.IsValidEncoding(binding.Encoding))
181
$"invalid for a '{store.
Type
.ToRadiusTypeString()}' store. Diagnostic: ASPIRERADIUS047.");
249
store.
Type
!= RadiusSecretStoreType.BasicAuthentication)
252
$"Secret store '{store.Name}' of type '{store.
Type
.ToRadiusTypeString()}' is referenced as a " +
Aspire.Hosting.Radius.Tests (1)
Secrets\AddRadiusSecretStoreTests.cs (1)
25
Assert.Equal(RadiusSecretStoreType.BasicAuthentication, store.Resource.
Type
);