56 references to Generic
Aspire.Hosting.Radius (3)
Secrets\RadiusSecretStoreType.cs (2)
62
RadiusSecretStoreType.
Generic
=> "generic",
78
/// <summary>Returns the keys Radius requires for <paramref name="type"/> (empty for <see cref="RadiusSecretStoreType.
Generic
"/>).</summary>
Secrets\RadiusSecretStoreValidation.cs (1)
275
$"(typically a '{RadiusSecretStoreType.
Generic
.ToRadiusTypeString()}' store). Declared keys: " +
Aspire.Hosting.Radius.Tests (53)
Publishing\SealedSecretPublishTests.cs (3)
74
var store = builder.AddRadiusSecretStore("db-creds", RadiusSecretStoreType.
Generic
)
92
env.WithSecretStore("db-creds", RadiusSecretStoreType.
Generic
, s =>
116
env.WithSecretStore("db-creds", RadiusSecretStoreType.
Generic
, s =>
Publishing\SecretStoreConsumerBicepTests.cs (1)
53
env.WithSecretStore("db-creds", RadiusSecretStoreType.
Generic
, s => s.WithData(d => d.Add("k", pass)));
Secrets\AddRadiusSecretStoreTests.cs (22)
39
var returned = env.WithSecretStore("api-key", RadiusSecretStoreType.
Generic
, s =>
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 (1)
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 (24)
92
b => b.AddRadiusSecretStore("appsecrets", RadiusSecretStoreType.
Generic
)
110
b.AddRadiusSecretStore("appsecrets", RadiusSecretStoreType.
Generic
)
120
var store = builder.AddRadiusSecretStore("appsecrets", RadiusSecretStoreType.
Generic
)
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
)
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
)
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
)
409
env.WithSecretStore("s", RadiusSecretStoreType.
Generic
, s =>
422
b.AddRadiusSecretStore("s", RadiusSecretStoreType.
Generic
)
435
env.WithSecretStore("radius", RadiusSecretStoreType.
Generic
, s =>
437
b.AddRadiusSecretStore("radiusenv", RadiusSecretStoreType.
Generic
)
456
dev.WithSecretStore("radius", RadiusSecretStoreType.
Generic
, s =>
458
prod.WithSecretStore("radiusenv", RadiusSecretStoreType.
Generic
, s =>