6 writes to Password
Aspire.Hosting (1)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
73Password = effectiveAnnotation.Password,
Aspire.Hosting.JavaScript.Tests (5)
AddViteAppTests.cs (5)
320Password = null, 380Password = null, 431Password = null, 487Password = password, 545Password = null,
10 references to Password
Aspire.Hosting.JavaScript (2)
JavaScriptHostingExtensions.cs (2)
606if (ctx.Password is not null) 608ctx.EnvironmentVariables["TLS_CONFIG_PASSWORD"] = ctx.Password;
Aspire.Hosting.Keycloak (2)
KeycloakResourceBuilderExtensions.cs (2)
92if (ctx.Password is null) 101ctx.EnvironmentVariables["KC_HTTPS_KEY_STORE_PASSWORD"] = ctx.Password;
Aspire.Hosting.Python (2)
PythonAppResourceBuilderExtensions.cs (2)
305if (ctx.Password is not null) 308ctx.Arguments.Add(ctx.Password);
Aspire.Hosting.Redis (2)
RedisBuilderExtensions.cs (2)
164if (ctx.Password is not null) 375if (ctx.Password != null)
Aspire.Hosting.Yarp (2)
YarpResourceExtensions.cs (2)
48if (ctx.Password is not null) 50ctx.EnvironmentVariables["Kestrel__Certificates__Default__Password"] = ctx.Password;