zitadel/docs
Stefan Benz bc9a85daf3
feat: V2 alpha import and export of organizations (#3798)
* feat(import): add functionality to import data into an instance

* feat(import): move import to admin api and additional checks for nil pointer

* fix(export): export implementation with filtered members and grants

* fix: export and import implementation

* fix: add possibility to export hashed passwords with the user

* fix(import): import with structure of v1 and v2

* docs: add v1 proto

* fix(import): check im imported user is already existing

* fix(import): add otp import function

* fix(import): add external idps, domains, custom text and messages

* fix(import): correct usage of default values from login policy

* fix(export): fix renaming of add project function

* fix(import): move checks for unit tests

* expect filter

* fix(import): move checks for unit tests

* fix(import): move checks for unit tests

* fix(import): produce prerelease from branch

* fix(import): correctly use provided user id for machine user imports

* fix(import): corrected otp import and added guide for export and import

* fix: import verified and primary domains

* fix(import): add reading from gcs, s3 and localfile with tracing

* fix(import): gcs and s3, file size correction and error logging

* Delete docker-compose.yml

* fix(import): progress logging and count of resources

* fix(import): progress logging and count of resources

* log subscription

* fix(import): incorporate review

* fix(import): incorporate review

* docs: add suggestion for import

Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com>

* fix(import): add verification otp event and handling of deleted but existing users

Co-authored-by: Livio Amstutz <livio.a@gmail.com>
Co-authored-by: Fabienne <fabienne.gerschwiler@gmail.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com>
2022-07-28 13:42:35 +00:00
..
docs feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
src Docs UI (#3901) 2022-07-14 09:43:36 +00:00
static docs: quickstart changes for v2 (#3906) 2022-07-07 16:25:56 +02:00
.gitignore docs: rework documentation site (#1589) 2021-04-15 13:22:37 +02:00
babel.config.js docs: rework documentation site (#1589) 2021-04-15 13:22:37 +02:00
docusaurus.config.js chore(docs): add chat and discussions to navi (#3991) 2022-07-18 17:16:45 +02:00
netlify.toml chore: make docs searchable (#3734) 2022-05-30 14:51:45 +00:00
package-lock.json docs: set links to warn instead of throw (#3640) 2022-05-16 14:01:46 +00:00
package.json docs(installation): inline file contents (#3974) 2022-07-15 13:59:58 +02:00
README.md docs: allow privacy friendly analytics in docs page and set hsts (#3006) 2022-01-18 09:04:48 +01:00
sidebars.js feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
yarn.lock docs(installation): inline file contents (#3974) 2022-07-15 13:59:58 +02:00

Netlify Status

Website

This website is built using Docusaurus 2, a modern static website generator.

Add new Sites to existing Topics

To add a new site to the already existing structure simply save the md file into the corresponding folder and append the sites id int the file sidebars.js.

Installation

yarn install

Local Development

yarn start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Each PR will be automatically built with a preview link from cloudflare pages. Visit the checks / comments on the PR for the link.