CommunityToolkit.Aspire.Hosting.Zitadel
📦 CommunityToolkit.Aspire.Hosting.Zitadel v13.4.0 4 Functions
1 Types
1 types and 0 members
Types
Functions
method
addZitadel builder Adds a Zitadel container resource
addZitadel(name: string, port?: number, username?: ParameterResource, password?: ParameterResource, masterKey?: ParameterResource): ZitadelResource method
withDatabase builder Adds database support to the Zitadel resource.
withDatabase(server: PostgresServerResource, databaseName?: string): ZitadelResource method
withExistingDatabase builder Adds database support to the Zitadel resource.
withExistingDatabase(database: PostgresDatabaseResource): ZitadelResource method
withExternalDomain builder Configures the external domain for the Zitadel resource
withExternalDomain(externalDomain: string): ZitadelResource