52 references to AddRadiusSecretStore
Aspire.Hosting.Radius.Tests (52)
Publishing\SealedSecretPublishTests.cs (1)
74var store = builder.AddRadiusSecretStore("db-creds", RadiusSecretStoreType.Generic)
Publishing\SecretStoreConsumerBicepTests.cs (1)
23var store = builder.AddRadiusSecretStore("registry-creds", RadiusSecretStoreType.BasicAuthentication)
Secrets\AddRadiusSecretStoreTests.cs (23)
22var store = builder.AddRadiusSecretStore("db-creds", RadiusSecretStoreType.BasicAuthentication); 76.AddRadiusSecretStore("db-creds", RadiusSecretStoreType.BasicAuthentication) 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 (2)
21var store = builder.AddRadiusSecretStore("registry-creds", RadiusSecretStoreType.BasicAuthentication) 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 (23)
92b => b.AddRadiusSecretStore("appsecrets", RadiusSecretStoreType.Generic) 110b.AddRadiusSecretStore("appsecrets", RadiusSecretStoreType.Generic) 120var store = builder.AddRadiusSecretStore("appsecrets", RadiusSecretStoreType.Generic) 145b.AddRadiusSecretStore("tls", RadiusSecretStoreType.Certificate) 158b.AddRadiusSecretStore("s", RadiusSecretStoreType.Generic); 169var store = builder.AddRadiusSecretStore("s", RadiusSecretStoreType.Generic) 186b.AddRadiusSecretStore("s", RadiusSecretStoreType.Generic) 199b.AddRadiusSecretStore("s", RadiusSecretStoreType.Generic) 214b.AddRadiusSecretStore("tls", RadiusSecretStoreType.Certificate) 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) 265var store = b.AddRadiusSecretStore("git-creds", RadiusSecretStoreType.BasicAuthentication) 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) 422b.AddRadiusSecretStore("s", RadiusSecretStoreType.Generic) 437b.AddRadiusSecretStore("radiusenv", RadiusSecretStoreType.Generic)