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