Commit Graph

10 Commits

Author SHA1 Message Date
Jamie Klassen 63c7967d51 Merge pull request #22177 from andmagom/kubernetes/CustomAuthMetaToFrontend
Feature: Clusters endpoint is able to return Custom auth metadata info
2024-01-18 09:34:00 -05:00
Andres Mauricio Gomez P a77559663c Enabled a way to include custom auth metadata info on the clusters endpoint
Signed-off-by: Andres Mauricio Gomez P <andmagom@outlook.com>
2024-01-18 08:25:29 -05:00
Andres Mauricio Gomez P f180cba319 Enabling authentication to kubernetes clusters with mTLS x509 client certs
Signed-off-by: Andres Mauricio Gomez P <andmagom@outlook.com>
2023-12-27 09:24:46 -05:00
Andres Mauricio Gomez P 6c5d7f6f40 Refactoring KubernetesBuilder.test.ts to use kubernetesObjectsProviderExtensionPoint, kubernetesClusterSupplierExtensionPoint, kubernetesAuthStrategyExtensionPoint, kubernetesFetcherExtensionPoint and kubernetesServiceLocatorExtensionPoint
Signed-off-by: Andres Mauricio Gomez P <andmagom@outlook.com>
2023-12-13 12:05:14 -05:00
Andres Mauricio Gomez P 673e08a1a3 Creating extension point for kubernetesServiceLocator
Signed-off-by: Andres Mauricio Gomez P <andmagom@outlook.com>
2023-12-13 12:05:13 -05:00
Andres Mauricio Gomez P aa8ee8559b Creating extension point for kubernetesFetcher
Signed-off-by: Andres Mauricio Gomez P <andmagom@outlook.com>
2023-12-13 12:05:13 -05:00
Andres Mauricio Gomez P 49e6285275 Creating extension point for kubernetesAuthStrategy
Signed-off-by: Andres Mauricio Gomez P <andmagom@outlook.com>
2023-12-13 12:05:13 -05:00
Andres Mauricio Gomez P 6010564860 Creating extension point for kubernetesClusterSupplier
Signed-off-by: Andres Mauricio Gomez P <andmagom@outlook.com>
2023-12-13 12:05:11 -05:00
Andres Mauricio Gomez P 6b044e8840 Moving KubernetesObjectsProvider interface to kubernetes-node to avoid a cyclic dependency
Signed-off-by: Andres Mauricio Gomez P <andmagom@outlook.com>
2023-10-10 13:15:33 +02:00
Andres Mauricio Gomez P cbb0e3c3f4 Creating extension point for kubernetesObjectsProvider
Signed-off-by: Andres Mauricio Gomez P <andmagom@outlook.com>
2023-10-10 13:15:33 +02:00