Aspire.Hosting.Keycloak
Official
📦 Aspire.Hosting.Keycloak v13.4.0-preview.1.26281.18 7 Functions
1 Types
1 types and 2 members
Types
Functions
method
addKeycloak builder Adds a Keycloak container to the application model.
addKeycloak(name: string, port?: number, adminUsername?: ParameterResource, adminPassword?: ParameterResource): KeycloakResource method
withDataBindMount builder Adds a bind mount for the data folder to a Keycloak container resource.
withDataBindMount(source: string): KeycloakResource method
withDataVolume builder Adds a named volume for the data folder to a Keycloak container resource.
withDataVolume(name?: string): KeycloakResource method
withDisabledFeatures builder Additional feature names to disable for the keycloak resource
withDisabledFeatures(features: string[]): KeycloakResource method
withEnabledFeatures builder Additional feature names to enable for the keycloak resource
withEnabledFeatures(features: string[]): KeycloakResource method
withOtlpExporter builder Configures the OTLP exporter for Keycloak
withOtlpExporter(protocol?: OtlpProtocol): KeycloakResource method
withRealmImport builder Adds a realm import to a Keycloak container resource.
withRealmImport(importPath: string): KeycloakResource