3 references to WithPasswordAuthentication
Aspire.Hosting.Azure.PostgreSQL (2)
AzurePostgresExtensions.cs (2)
121
/// You can use the <see cref="
WithPasswordAuthentication
(IResourceBuilder{AzurePostgresFlexibleServerResource}, IResourceBuilder{IAzureKeyVaultResource}, IResourceBuilder{ParameterResource}?, IResourceBuilder{ParameterResource}?)"/> method to configure the resource to use password authentication.
306
return builder.
WithPasswordAuthentication
(kv, userName, password);
Aspire.Hosting.Azure.Tests (1)
AzurePostgresExtensionsTests.cs (1)
189
postgres.
WithPasswordAuthentication
(keyVault, userName, password);