zitadel/internal/api/grpc/management
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
..
actions_converter.go feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
actions.go feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
auth_checks.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
custom_text_converter.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
custom_text.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
flow.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
iam.go fix(query): realtime data on defined requests (#3726) 2022-06-14 07:51:00 +02:00
idp_converter_test.go feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
idp_converter.go feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
idp.go feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
information.go fix: improve oidc issuer / endpoints (#3753) 2022-06-07 10:04:51 +02:00
language.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
oneof.go feat: protos refactoring 2021-03-09 10:30:11 +01:00
org_converter.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org.go fix: set domain verified if domain policy does not require validation (#4061) 2022-07-28 13:18:31 +02:00
policy_label_converter.go feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
policy_label.go feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
policy_lockout_converter.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
policy_lockout.go fix(query): realtime data on defined requests (#3726) 2022-06-14 07:51:00 +02:00
policy_login_converter.go feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
policy_login.go feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
policy_password_age_converter.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
policy_password_age.go fix(query): realtime data on defined requests (#3726) 2022-06-14 07:51:00 +02:00
policy_password_complexity_converter.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
policy_password_complexity.go fix(query): realtime data on defined requests (#3726) 2022-06-14 07:51:00 +02:00
policy_privacy_converter.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
policy_privacy.go fix(query): realtime data on defined requests (#3726) 2022-06-14 07:51:00 +02:00
project_application_converter.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_application.go fix(query): realtime data on defined requests (#3726) 2022-06-14 07:51:00 +02:00
project_converter.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_grant_converter.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_grant.go fix(query): realtime data on defined requests (#3726) 2022-06-14 07:51:00 +02:00
project.go fix: project grants (#4031) 2022-07-27 07:55:44 +00:00
replacer.md feat: protos refactoring 2021-03-09 10:30:11 +01:00
server.go fix: improve oidc issuer / endpoints (#3753) 2022-06-07 10:04:51 +02:00
user_converter.go feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
user_grant_converter.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_grant.go fix(query): realtime data on defined requests (#3726) 2022-06-14 07:51:00 +02:00
user.go feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00