kyma-project / application-connector-manager

Apache License 2.0
0 stars 12 forks source link

ACM has to support applications with same name #362

Open tobiscr opened 2 months ago

tobiscr commented 2 months ago

Description

As follow up of https://github.com/kyma-project/application-connector-manager/issues/290#issuecomment-2373401152, we have to ensure that ACM is handling multuple applications with the same name properly (e.g. two different customers create an application ans use the same name). The ACM has to make sure that an application name will always be unique, e.g. by adding a random suffix/prefix.

AC:

Reasons

Caused by changes in the UCL API, the ACM becomes responsible to ensure uniqueness of application names.

Attachments