minder
minder copied to clipboard
Add entity naming interface
Each provider has different assumptions to name an interface within minder. The idea is to create a new provider interface that allows us to get unambiguous names based on the assumptions of each provider. This interface is going to use the properties interface. This shall remove a bunch of hardcoded assumptions we had.
This depends on https://github.com/stacklok/minder/issues/4165