Skip to content
DocsTry Aspire
DocsTry

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

methodwithDatabasebuilder
Adds database support to the Zitadel resource.
withDatabase(
server: PostgresServerResource,
databaseName?: string): ZitadelResource
serverPostgresServerResource
databaseNamestringoptional
ZitadelResource
Adds database support to the Zitadel resource.
withExistingDatabase(database: PostgresDatabaseResource): ZitadelResource
databasePostgresDatabaseResource
ZitadelResource
methodwithExternalDomainbuilder
Configures the external domain for the Zitadel resource
withExternalDomain(externalDomain: string): ZitadelResource
externalDomainstring
ZitadelResource