Skip to content
Docs Try Aspire
Docs Try

ZitadelResource

Handle
📦 CommunityToolkit.Aspire.Hosting.Zitadel v13.4.0
interface ZitadelResource
extends IComputeResource,
IResource,
IResourceWithArgs,
IResourceWithEndpoints,
IResourceWithEnvironment,
IResourceWithProbes,
IResourceWithWaitSupport {
withDatabase(
server: PostgresServerResource,
databaseName?: string): ZitadelResource;
withExistingDatabase(database: PostgresDatabaseResource): ZitadelResource;
withExternalDomain(externalDomain: string): ZitadelResource;
}

Methods

method withDatabase builder
Adds database support to the Zitadel resource.
withDatabase(
server: PostgresServerResource,
databaseName?: string): ZitadelResource
server PostgresServerResource
databaseName string optional
ZitadelResource
method withExistingDatabase builder
Adds database support to the Zitadel resource.
withExistingDatabase(database: PostgresDatabaseResource): ZitadelResource
database PostgresDatabaseResource
ZitadelResource
method withExternalDomain builder
Configures the external domain for the Zitadel resource
withExternalDomain(externalDomain: string): ZitadelResource
externalDomain string
ZitadelResource