kubeapps icon indicating copy to clipboard operation
kubeapps copied to clipboard

[Repository] refactor the auth support to share code and remove duplication

Open dlaloue-vmware opened this issue 2 years ago • 0 comments

The repository service API is implemented by the three plugins helm, flux and carvel. There are several aspects of the implementation which is not plugin specific and hence is duplicated.

This issue is about refactoring the code to make common code that is not plugin specific - e.g. detecting the type of the secret, setting the owner reference, CRUD the secret etc...

dlaloue-vmware avatar Jun 07 '22 18:06 dlaloue-vmware