12 writes to Password
Aspire.Hosting (1)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
76Password = effectiveAnnotation.Password,
Aspire.Hosting.Azure.Tests (2)
AzureCosmosDBExtensionsTests.cs (2)
702Password = null, 770Password = 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,
20 references to Password
Aspire.Hosting (4)
Dashboard\DashboardEventHandlers.cs (2)
285if (ctx.Password is not null) 287ctx.EnvironmentVariables[KnownAspNetCoreConfigNames.KestrelCertificatesDefaultPassword] = ctx.Password;
ProjectResourceBuilderExtensions.cs (2)
614if (ctx.Password is not null) 616ctx.EnvironmentVariables[KnownAspNetCoreConfigNames.KestrelCertificatesDefaultPassword] = ctx.Password;
Aspire.Hosting.Azure.CosmosDB (2)
AzureCosmosDBExtensions.cs (2)
194if (ctx.Password is not null) 196ctx.EnvironmentVariables["CERT_SECRET"] = ctx.Password;
Aspire.Hosting.JavaScript (2)
JavaScriptHostingExtensions.cs (2)
2141if (ctx.Password is not null) 2143ctx.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.MongoDB (2)
MongoDBBuilderExtensions.cs (2)
131if (context.Password is not null) 134context.Arguments.Add(context.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)
180if (ctx.Password is not null) 433if (ctx.Password != null)
Aspire.Hosting.Tests (2)
ProjectResourceBuilderExtensionTests.cs (2)
270if (callbackContext.Password is not null) 272expectedEnvironment[KnownAspNetCoreConfigNames.KestrelCertificatesDefaultPassword] = callbackContext.Password;
Aspire.Hosting.Yarp (2)
YarpResourceExtensions.cs (2)
51if (ctx.Password is not null) 53ctx.EnvironmentVariables["Kestrel__Certificates__Default__Password"] = ctx.Password;