2 writes to Password
Aspire.Hosting (2)
Dcp\DcpExecutor.cs (2)
2574
Password
= effectiveAnnotation.Password,
2710
Password
= effectiveAnnotation.Password,
7 references to 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 (1)
YarpResourceExtensions.cs (1)
48
ctx.EnvironmentVariables["Kestrel__Certificates__Default__Password"] = ctx.
Password
;