Aspire.Hosting.Keycloak
Official
📦 Aspire.Hosting.Keycloak v13.2.0-preview.1.26159.1 8 Functions
1 Types
1 types and 12 members
Types
Functions
function
addKeycloak builder Adds a Keycloak container resource
addKeycloak(name: string, port?: number, adminUsername?: ParameterResource, adminPassword?: ParameterResource): KeycloakResource function
withDataBindMount builder Adds a data bind mount for Keycloak
withDataBindMount(source: string): KeycloakResource function
withDataVolume builder Adds a data volume for Keycloak
withDataVolume(name?: string): KeycloakResource function
withDisabledFeatures builder Disables Keycloak features
withDisabledFeatures(features: string[]): KeycloakResource function
withEnabledFeatures builder Enables Keycloak features
withEnabledFeatures(features: string[]): KeycloakResource function
withOtlpExporter builder Configures the OTLP exporter for Keycloak
withOtlpExporter(): KeycloakResource function
withOtlpExporterWithProtocol builder Configures the OTLP exporter for Keycloak with a specific protocol
withOtlpExporterWithProtocol(protocol: OtlpProtocol): KeycloakResource function
withRealmImport builder Imports a Keycloak realm configuration
withRealmImport(importPath: string): KeycloakResource