56 references to Generic
Aspire.Hosting.Radius (3)
Secrets\RadiusSecretStoreType.cs (2)
62RadiusSecretStoreType.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)
74var store = builder.AddRadiusSecretStore("db-creds", RadiusSecretStoreType.Generic) 92env.WithSecretStore("db-creds", RadiusSecretStoreType.Generic, s => 116env.WithSecretStore("db-creds", RadiusSecretStoreType.Generic, s =>
Publishing\SecretStoreConsumerBicepTests.cs (1)
53env.WithSecretStore("db-creds", RadiusSecretStoreType.Generic, s => s.WithData(d => d.Add("k", pass)));
Secrets\AddRadiusSecretStoreTests.cs (22)
39var returned = env.WithSecretStore("api-key", RadiusSecretStoreType.Generic, s => 99builder.AddRadiusSecretStore(invalid, RadiusSecretStoreType.Generic)); 111var store = builder.AddRadiusSecretStore(valid, RadiusSecretStoreType.Generic); 121var store = builder.AddRadiusSecretStore("db-creds", RadiusSecretStoreType.Generic) 133var store = builder.AddRadiusSecretStore("db-creds", RadiusSecretStoreType.Generic) 145var store = builder.AddRadiusSecretStore("db-creds", RadiusSecretStoreType.Generic); 155var store = builder.AddRadiusSecretStore("db-creds", RadiusSecretStoreType.Generic); 173var store = builder.AddRadiusSecretStore("tls", RadiusSecretStoreType.Generic); 185var store = builder.AddRadiusSecretStore("tls", RadiusSecretStoreType.Generic) 195var store = builder.AddRadiusSecretStore("tls", RadiusSecretStoreType.Generic); 204var store = builder.AddRadiusSecretStore("s", RadiusSecretStoreType.Generic) 218var store = builder.AddRadiusSecretStore("s", RadiusSecretStoreType.Generic) 229var store = builder.AddRadiusSecretStore("s", RadiusSecretStoreType.Generic) 239var store = builder.AddRadiusSecretStore("s", RadiusSecretStoreType.Generic); 253var store = builder.AddRadiusSecretStore("s", RadiusSecretStoreType.Generic); 274var store = builder.AddRadiusSecretStore("s", RadiusSecretStoreType.Generic); 284var store = builder.AddRadiusSecretStore("s", RadiusSecretStoreType.Generic); 298var store = builder.AddRadiusSecretStore("s", RadiusSecretStoreType.Generic); 312var store = builder.AddRadiusSecretStore("s", RadiusSecretStoreType.Generic) 336var store = builder.AddRadiusSecretStore("tls", RadiusSecretStoreType.Generic); 345var store = builder.AddRadiusSecretStore("tls", RadiusSecretStoreType.Generic); 358var store = builder.AddRadiusSecretStore("tls", RadiusSecretStoreType.Generic);
Secrets\SecretStoreConsumerTests.cs (1)
48var store = builder.AddRadiusSecretStore("s", RadiusSecretStoreType.Generic);
Secrets\SecretStoreDefaultPathTests.cs (2)
37builder.AddRadiusSecretStore("db-creds", RadiusSecretStoreType.Generic) 53builder.AddRadiusSecretStore("db-creds", RadiusSecretStoreType.Generic)
Secrets\SecretStoreValidationTests.cs (24)
92b => b.AddRadiusSecretStore("appsecrets", RadiusSecretStoreType.Generic) 110b.AddRadiusSecretStore("appsecrets", RadiusSecretStoreType.Generic) 120var store = builder.AddRadiusSecretStore("appsecrets", RadiusSecretStoreType.Generic) 158b.AddRadiusSecretStore("s", RadiusSecretStoreType.Generic); 169var store = builder.AddRadiusSecretStore("s", RadiusSecretStoreType.Generic) 186b.AddRadiusSecretStore("s", RadiusSecretStoreType.Generic) 199b.AddRadiusSecretStore("s", RadiusSecretStoreType.Generic) 233builder.AddRadiusSecretStore("db-creds", RadiusSecretStoreType.Generic).WithData(d => d.Add("k", p)); 236builder.AddRadiusSecretStore("db-creds", RadiusSecretStoreType.Generic)); 247var store = b.AddRadiusSecretStore("s", RadiusSecretStoreType.Generic) 281var store = b.AddRadiusSecretStore("git-creds", RadiusSecretStoreType.Generic) 296var store = b.AddRadiusSecretStore("s", RadiusSecretStoreType.Generic) 312b.AddRadiusSecretStore("s", RadiusSecretStoreType.Generic) 328var store = b.AddRadiusSecretStore("s", RadiusSecretStoreType.Generic) 344b.AddRadiusSecretStore("s", RadiusSecretStoreType.Generic) 359b.AddRadiusSecretStore("s", RadiusSecretStoreType.Generic) 374b.AddRadiusSecretStore("s", RadiusSecretStoreType.Generic) 394b.AddRadiusSecretStore("s", RadiusSecretStoreType.Generic) 409env.WithSecretStore("s", RadiusSecretStoreType.Generic, s => 422b.AddRadiusSecretStore("s", RadiusSecretStoreType.Generic) 435env.WithSecretStore("radius", RadiusSecretStoreType.Generic, s => 437b.AddRadiusSecretStore("radiusenv", RadiusSecretStoreType.Generic) 456dev.WithSecretStore("radius", RadiusSecretStoreType.Generic, s => 458prod.WithSecretStore("radiusenv", RadiusSecretStoreType.Generic, s =>