CommunityToolkit.Aspire.Hosting.Zitadel
📦 CommunityToolkit.Aspire.Hosting.Zitadelv13.4.04Functions
1Types
1 types and 0 members
Types
Functions
method
addZitadelbuilderAdds a Zitadel container resource
addZitadel(name: string, port?: number, username?: ParameterResource, password?: ParameterResource, masterKey?: ParameterResource): ZitadelResourcemethod
withDatabasebuilderAdds database support to the Zitadel resource.
withDatabase(server: PostgresServerResource, databaseName?: string): ZitadelResourcemethod
withExistingDatabasebuilderAdds database support to the Zitadel resource.
withExistingDatabase(database: PostgresDatabaseResource): ZitadelResourcemethod
withExternalDomainbuilderConfigures the external domain for the Zitadel resource
withExternalDomain(externalDomain: string): ZitadelResource