fix: use system secret config if generator type does not exist on instance (#6420)

* fix: use system secret config if generator type does not exist on instance

* remove unused idGenerator
This commit is contained in:
Livio Spring
2023-08-23 10:04:29 +02:00
committed by GitHub
parent 37c527f18e
commit cbd2ef0612
8 changed files with 195 additions and 42 deletions

View File

@@ -91,6 +91,7 @@ func (mig *FirstInstance) Execute(ctx context.Context) error {
0,
0,
0,
nil,
)
if err != nil {
return err