52 references to AddRadiusSecretStore
Aspire.Hosting.Radius.Tests (52)
Publishing\SealedSecretPublishTests.cs (1)
74
var store = builder.
AddRadiusSecretStore
("db-creds", RadiusSecretStoreType.Generic)
Publishing\SecretStoreConsumerBicepTests.cs (1)
23
var store = builder.
AddRadiusSecretStore
("registry-creds", RadiusSecretStoreType.BasicAuthentication)
Secrets\AddRadiusSecretStoreTests.cs (23)
22
var store = builder.
AddRadiusSecretStore
("db-creds", RadiusSecretStoreType.BasicAuthentication);
76
.
AddRadiusSecretStore
("db-creds", RadiusSecretStoreType.BasicAuthentication)
99
builder.
AddRadiusSecretStore
(invalid, RadiusSecretStoreType.Generic));
111
var store = builder.
AddRadiusSecretStore
(valid, RadiusSecretStoreType.Generic);
121
var store = builder.
AddRadiusSecretStore
("db-creds", RadiusSecretStoreType.Generic)
133
var store = builder.
AddRadiusSecretStore
("db-creds", RadiusSecretStoreType.Generic)
145
var store = builder.
AddRadiusSecretStore
("db-creds", RadiusSecretStoreType.Generic);
155
var store = builder.
AddRadiusSecretStore
("db-creds", RadiusSecretStoreType.Generic);
173
var store = builder.
AddRadiusSecretStore
("tls", RadiusSecretStoreType.Generic);
185
var store = builder.
AddRadiusSecretStore
("tls", RadiusSecretStoreType.Generic)
195
var store = builder.
AddRadiusSecretStore
("tls", RadiusSecretStoreType.Generic);
204
var store = builder.
AddRadiusSecretStore
("s", RadiusSecretStoreType.Generic)
218
var store = builder.
AddRadiusSecretStore
("s", RadiusSecretStoreType.Generic)
229
var store = builder.
AddRadiusSecretStore
("s", RadiusSecretStoreType.Generic)
239
var store = builder.
AddRadiusSecretStore
("s", RadiusSecretStoreType.Generic);
253
var store = builder.
AddRadiusSecretStore
("s", RadiusSecretStoreType.Generic);
274
var store = builder.
AddRadiusSecretStore
("s", RadiusSecretStoreType.Generic);
284
var store = builder.
AddRadiusSecretStore
("s", RadiusSecretStoreType.Generic);
298
var store = builder.
AddRadiusSecretStore
("s", RadiusSecretStoreType.Generic);
312
var store = builder.
AddRadiusSecretStore
("s", RadiusSecretStoreType.Generic)
336
var store = builder.
AddRadiusSecretStore
("tls", RadiusSecretStoreType.Generic);
345
var store = builder.
AddRadiusSecretStore
("tls", RadiusSecretStoreType.Generic);
358
var store = builder.
AddRadiusSecretStore
("tls", RadiusSecretStoreType.Generic);
Secrets\SecretStoreConsumerTests.cs (2)
21
var store = builder.
AddRadiusSecretStore
("registry-creds", RadiusSecretStoreType.BasicAuthentication)
48
var store = builder.
AddRadiusSecretStore
("s", RadiusSecretStoreType.Generic);
Secrets\SecretStoreDefaultPathTests.cs (2)
37
builder.
AddRadiusSecretStore
("db-creds", RadiusSecretStoreType.Generic)
53
builder.
AddRadiusSecretStore
("db-creds", RadiusSecretStoreType.Generic)
Secrets\SecretStoreValidationTests.cs (23)
92
b => b.
AddRadiusSecretStore
("appsecrets", RadiusSecretStoreType.Generic)
110
b.
AddRadiusSecretStore
("appsecrets", RadiusSecretStoreType.Generic)
120
var store = builder.
AddRadiusSecretStore
("appsecrets", RadiusSecretStoreType.Generic)
145
b.
AddRadiusSecretStore
("tls", RadiusSecretStoreType.Certificate)
158
b.
AddRadiusSecretStore
("s", RadiusSecretStoreType.Generic);
169
var store = builder.
AddRadiusSecretStore
("s", RadiusSecretStoreType.Generic)
186
b.
AddRadiusSecretStore
("s", RadiusSecretStoreType.Generic)
199
b.
AddRadiusSecretStore
("s", RadiusSecretStoreType.Generic)
214
b.
AddRadiusSecretStore
("tls", RadiusSecretStoreType.Certificate)
233
builder.
AddRadiusSecretStore
("db-creds", RadiusSecretStoreType.Generic).WithData(d => d.Add("k", p));
236
builder.
AddRadiusSecretStore
("db-creds", RadiusSecretStoreType.Generic));
247
var store = b.
AddRadiusSecretStore
("s", RadiusSecretStoreType.Generic)
265
var store = b.
AddRadiusSecretStore
("git-creds", RadiusSecretStoreType.BasicAuthentication)
281
var store = b.
AddRadiusSecretStore
("git-creds", RadiusSecretStoreType.Generic)
296
var store = b.
AddRadiusSecretStore
("s", RadiusSecretStoreType.Generic)
312
b.
AddRadiusSecretStore
("s", RadiusSecretStoreType.Generic)
328
var store = b.
AddRadiusSecretStore
("s", RadiusSecretStoreType.Generic)
344
b.
AddRadiusSecretStore
("s", RadiusSecretStoreType.Generic)
359
b.
AddRadiusSecretStore
("s", RadiusSecretStoreType.Generic)
374
b.
AddRadiusSecretStore
("s", RadiusSecretStoreType.Generic)
394
b.
AddRadiusSecretStore
("s", RadiusSecretStoreType.Generic)
422
b.
AddRadiusSecretStore
("s", RadiusSecretStoreType.Generic)
437
b.
AddRadiusSecretStore
("radiusenv", RadiusSecretStoreType.Generic)