kyma-project / api-gateway

Apache License 2.0
4 stars 25 forks source link

[POC] v1beta1 -> v2alpha1 migration #1128

Open strekm opened 1 week ago

strekm commented 1 week ago

Description

APIRule v1beta1 to v2alpha migration assumes that user would need to enable migration configuration to minimise downtown transition as described here: https://github.com/kyma-project/api-gateway/issues/1092. Goal of this task is to research if it is possible to avoid additional manual user configuration in favour of automated migration.

TODO:

AC:

Reasons

Migration automation

DoD: - [ ] Provide unit and integration tests.

Attachments part of: #939

triffer commented 1 week ago

PoC outcome:

A more detailed description can be found in the documentation of the PoC. The implementation and code can be found in the apirule-migration-poc branch.

videlov commented 4 days ago

Look good to me. Nothing to add at this point. We will refine / retest when we are doing the implementation.