15 references to BasicAuthentication
Aspire.Hosting.Radius (4)
Secrets\RadiusSecretStoreType.cs (2)
64RadiusSecretStoreType.BasicAuthentication => "basicAuthentication", 82RadiusSecretStoreType.BasicAuthentication => ["username", "password"],
Secrets\RadiusSecretStoreValidation.cs (2)
249store.Type != RadiusSecretStoreType.BasicAuthentication) 253$"{DescribeKind(consumer.Kind)} consumer, which requires a '{RadiusSecretStoreType.BasicAuthentication.ToRadiusTypeString()}' store. " +
Aspire.Hosting.Radius.Tests (11)
Publishing\InlineSecretStoreBicepTests.cs (1)
36env.WithSecretStore("db-creds", RadiusSecretStoreType.BasicAuthentication, s =>
Publishing\SealedSecretPublishTests.cs (3)
57env.WithSecretStore("db-creds", RadiusSecretStoreType.BasicAuthentication, s => 131env.WithSecretStore("db-creds", RadiusSecretStoreType.BasicAuthentication, s => 205env.WithSecretStore(storeName, RadiusSecretStoreType.BasicAuthentication, s =>
Publishing\SecretStoreConsumerBicepTests.cs (1)
23var store = builder.AddRadiusSecretStore("registry-creds", RadiusSecretStoreType.BasicAuthentication)
Secrets\AddRadiusSecretStoreTests.cs (4)
22var store = builder.AddRadiusSecretStore("db-creds", RadiusSecretStoreType.BasicAuthentication); 25Assert.Equal(RadiusSecretStoreType.BasicAuthentication, store.Resource.Type); 58env.WithSecretStore("db-creds", RadiusSecretStoreType.BasicAuthentication, s => 76.AddRadiusSecretStore("db-creds", RadiusSecretStoreType.BasicAuthentication)
Secrets\SecretStoreConsumerTests.cs (1)
21var store = builder.AddRadiusSecretStore("registry-creds", RadiusSecretStoreType.BasicAuthentication)
Secrets\SecretStoreValidationTests.cs (1)
265var store = b.AddRadiusSecretStore("git-creds", RadiusSecretStoreType.BasicAuthentication)