kyma-project / kyma-environment-broker

Kyma Environment Broker
Apache License 2.0
0 stars 22 forks source link

KIM Integration - redesign configuration after migration is done #1241

Open jaroslaw-pieszka opened 1 month ago

jaroslaw-pieszka commented 1 month ago

When we use KIM only, provisioner is no longer used, we need to simplify and unify configuration.

To many steps we pass separately input.Config and broker.KimConfig objects.

AC:

jaroslaw-pieszka commented 1 month ago

Blocked till migration is done.

jaroslaw-pieszka commented 1 month ago

Following configuration values should be migrated to kim section (are used to create Runtime CRs`:

We could consider moving:

Following values should be moved to other place (possible section with timeouts - there are more timeouts settings scattered):

Following values should be removed (double check before actual removal):

Removal is blocked until provisioner is decommissioned and only KIM is driving/controlling the process.

jaroslaw-pieszka commented 1 month ago

This is blocked by #1187 and #1298