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