4 references to DisabledFeatures
Aspire.Hosting.Keycloak (4)
KeycloakResourceBuilderExtensions.cs (4)
84
if (resource.
DisabledFeatures
.Any())
86
context.EnvironmentVariables[DisabledFeaturesEnvVarName] = string.Join(',', resource.
DisabledFeatures
);
276
builder.Resource.
DisabledFeatures
.Remove(feature);
295
builder.Resource.
DisabledFeatures
.Add(feature);