16 references to WithSecretStore
Aspire.Hosting.Radius.Tests (16)
Publishing\ExistingSecretStoreBicepTests.cs (2)
35
env.
WithSecretStore
("tls-cert", RadiusSecretStoreType.Certificate, s =>
51
env.
WithSecretStore
("tls-cert", RadiusSecretStoreType.Certificate, s =>
Publishing\InlineSecretStoreBicepTests.cs (2)
36
env.
WithSecretStore
("db-creds", RadiusSecretStoreType.BasicAuthentication, s =>
59
env.
WithSecretStore
("tls", RadiusSecretStoreType.Certificate, s =>
Publishing\SealedSecretPublishTests.cs (5)
57
env.
WithSecretStore
("db-creds", RadiusSecretStoreType.BasicAuthentication, s =>
92
env.
WithSecretStore
("db-creds", RadiusSecretStoreType.Generic, s =>
116
env.
WithSecretStore
("db-creds", RadiusSecretStoreType.Generic, s =>
131
env.
WithSecretStore
("db-creds", RadiusSecretStoreType.BasicAuthentication, s =>
205
env.
WithSecretStore
(storeName, RadiusSecretStoreType.BasicAuthentication, s =>
Publishing\SecretStoreConsumerBicepTests.cs (1)
53
env.
WithSecretStore
("db-creds", RadiusSecretStoreType.Generic, s => s.WithData(d => d.Add("k", pass)));
Secrets\AddRadiusSecretStoreTests.cs (2)
39
var returned = env.
WithSecretStore
("api-key", RadiusSecretStoreType.Generic, s =>
58
env.
WithSecretStore
("db-creds", RadiusSecretStoreType.BasicAuthentication, s =>
Secrets\SecretStoreValidationTests.cs (4)
409
env.
WithSecretStore
("s", RadiusSecretStoreType.Generic, s =>
435
env.
WithSecretStore
("radius", RadiusSecretStoreType.Generic, s =>
456
dev.
WithSecretStore
("radius", RadiusSecretStoreType.Generic, s =>
458
prod.
WithSecretStore
("radiusenv", RadiusSecretStoreType.Generic, s =>