12 writes to Password
Aspire.Hosting (1)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
76Password = effectiveAnnotation.Password,
Aspire.Hosting.Azure.Tests (2)
AzureCosmosDBExtensionsTests.cs (2)
686Password = null, 754Password = passwordParam,
Aspire.Hosting.JavaScript.Tests (9)
AddViteAppTests.cs (9)
582Password = null, 642Password = null, 694Password = null, 740Password = null, 792Password = password, 851Password = null, 924Password = null, 1029Password = null, 1120Password = null,
16 references to Password
Aspire.Hosting (4)
Dashboard\DashboardEventHandlers.cs (2)
442if (ctx.Password is not null) 444ctx.EnvironmentVariables[KnownAspNetCoreConfigNames.KestrelCertificatesDefaultPassword] = ctx.Password;
ProjectResourceBuilderExtensions.cs (2)
581if (ctx.Password is not null) 583ctx.EnvironmentVariables[KnownAspNetCoreConfigNames.KestrelCertificatesDefaultPassword] = ctx.Password;
Aspire.Hosting.Azure.CosmosDB (2)
AzureCosmosDBExtensions.cs (2)
188if (ctx.Password is not null) 190ctx.EnvironmentVariables["CERT_SECRET"] = ctx.Password;
Aspire.Hosting.JavaScript (2)
JavaScriptHostingExtensions.cs (2)
1596if (ctx.Password is not null) 1598ctx.EnvironmentVariables["TLS_CONFIG_PASSWORD"] = ctx.Password;
Aspire.Hosting.Keycloak (2)
KeycloakResourceBuilderExtensions.cs (2)
96if (ctx.Password is null) 105ctx.EnvironmentVariables["KC_HTTPS_KEY_STORE_PASSWORD"] = ctx.Password;
Aspire.Hosting.Python (2)
PythonAppResourceBuilderExtensions.cs (2)
314if (ctx.Password is not null) 317ctx.Arguments.Add(ctx.Password);
Aspire.Hosting.Redis (2)
RedisBuilderExtensions.cs (2)
178if (ctx.Password is not null) 378if (ctx.Password != null)
Aspire.Hosting.Yarp (2)
YarpResourceExtensions.cs (2)
51if (ctx.Password is not null) 53ctx.EnvironmentVariables["Kestrel__Certificates__Default__Password"] = ctx.Password;