Aspire.Hosting.Keycloak
Official
📦 Aspire.Hosting.Keycloakv13.4.0-preview.1.26281.187Functions
1Types
1 types and 2 members
Types
Functions
method
addKeycloakbuilderAdds a Keycloak container to the application model.
addKeycloak(name: string, port?: number, adminUsername?: ParameterResource, adminPassword?: ParameterResource): KeycloakResourcemethod
withDataBindMountbuilderAdds a bind mount for the data folder to a Keycloak container resource.
withDataBindMount(source: string): KeycloakResourcemethod
withDataVolumebuilderAdds a named volume for the data folder to a Keycloak container resource.
withDataVolume(name?: string): KeycloakResourcemethod
withDisabledFeaturesbuilderAdditional feature names to disable for the keycloak resource
withDisabledFeatures(features: string[]): KeycloakResourcemethod
withEnabledFeaturesbuilderAdditional feature names to enable for the keycloak resource
withEnabledFeatures(features: string[]): KeycloakResourcemethod
withOtlpExporterbuilderConfigures the OTLP exporter for Keycloak
withOtlpExporter(protocol?: OtlpProtocol): KeycloakResourcemethod
withRealmImportbuilderAdds a realm import to a Keycloak container resource.
withRealmImport(importPath: string): KeycloakResource