kyma-incubator/compass

Do not allow Director to make two services having the same display names

franpog859 opened this issue · 1 comments

Description

We should not allow Director to maintain two services with the same display names

Reasons

Some time ago there was a change to the Application Registry API regarding the validation of service display names. This was done due to the introduction of the Central Application Gateway which operates on the display names. Therefore, the Director should work in a similar way. In the Compass scenario, the service display name is the API Package name. API Package is actually an API Bundle, so here we need to check the normalized API Bundle names

Attachments

See the implementation in Connectivity Adapter
See the issue regarding Central Application Gateway implementation

I think this should be closed for the same reason as this one. Reopen it if needed