zitadel/cmd/admin/initialise
Livio Amstutz 5463244376
feat: encryption keys in database (#3265)
* enable overwrite of adminUser fields in defaults.yaml

* create schema and table

* cli: create keys

* cli: create keys

* read encryptionkey from db

* merge v2

* file names

* cleanup defaults.yaml

* remove custom errors

* load encryptionKeys on start

* cleanup

* fix merge

* update system defaults

* fix error message
2022-03-14 07:55:09 +01:00
..
sql feat: encryption keys in database (#3265) 2022-03-14 07:55:09 +01:00
config.go fix: init sub commands (#3218) 2022-02-16 12:30:49 +00:00
helper.go fix: init sub commands (#3218) 2022-02-16 12:30:49 +00:00
init_test.go fix: init sub commands (#3218) 2022-02-16 12:30:49 +00:00
init.go fix: init sub commands (#3218) 2022-02-16 12:30:49 +00:00
verify_database_test.go fix: init sub commands (#3218) 2022-02-16 12:30:49 +00:00
verify_database.go fix: init sub commands (#3218) 2022-02-16 12:30:49 +00:00
verify_grant_test.go fix: init sub commands (#3218) 2022-02-16 12:30:49 +00:00
verify_grant.go fix: init sub commands (#3218) 2022-02-16 12:30:49 +00:00
verify_user_test.go fix: init sub commands (#3218) 2022-02-16 12:30:49 +00:00
verify_user.go fix: init sub commands (#3218) 2022-02-16 12:30:49 +00:00
verify_zitadel_test.go feat: encryption keys in database (#3265) 2022-03-14 07:55:09 +01:00
verify_zitadel.go feat: encryption keys in database (#3265) 2022-03-14 07:55:09 +01:00