5 references to WithPasswordAuthentication
Aspire.Hosting.Azure.PostgreSQL (3)
AzurePostgresExtensions.cs (3)
126
/// You can use the <see cref="
WithPasswordAuthentication
(IResourceBuilder{AzurePostgresFlexibleServerResource}, IResourceBuilder{IAzureKeyVaultResource}, IResourceBuilder{ParameterResource}?, IResourceBuilder{ParameterResource}?)"/> method to configure the resource to use password authentication.
324
return builder.
WithPasswordAuthentication
(kv, userName, password);
341
: builder.
WithPasswordAuthentication
(keyVaultBuilder, userName, password);
Aspire.Hosting.Azure.Tests (2)
AzurePostgresExtensionsTests.cs (2)
93
postgres.
WithPasswordAuthentication
(keyVault, userName, password);
670
postgres.
WithPasswordAuthentication
(keyVault);