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