celalsahin
celalsahin
Thanks I will try to reflect that to my work & let's see if I can make it work with EKS
I got somewhat of a success - with EKS + our companies OIDC provider(not keycloak) - but I am stuck after a successful login to dashboard. Accessing the dashboard URL...
Hello @nejch I checked the documentation - thanks for the hint Problems is I want to fetch only a single container registry repository like https://docs.gitlab.com/ee/api/container_registry.html#list-registry-repository-tags - given that I have...
Thanks for the hint regarding the other endpoint, following its prints now I found: https://python-gitlab.readthedocs.io/en/stable/api/gitlab.v4.html#gitlab.v4.objects.RegistryRepositoryManager I can use the get method of this to get a registry repository given that...
Ah I talked too soon - yes gitlab.registry_repositories.get gets the registry_repository but it is missing the "tags" field in the returned object - not sure if I did anything wrong...
Ah I see - thanks for providing the answer even before my realization :)
@nejch one of my colleagues corrected me that RegistryRepositoryManager will actually work with retrieving tags & it actually does repository = gitlab_api.registry_repositories.get(id=registry_repository_id, tags=True, get_all=True) When fetched like that it also...
Thanks for the heads up - we will keep an eye on the pagination issue - for now some container registry with 929 tags worked fine - at least apparently...
We have a very similar(if not identical) problem. More details from our end as well. We are also running on EKS k8s version 1.30. Cilium version 1.16.0 We have(had) a...
Hello @bimmlerd - sorry for the late reply, I were checking with company internal security folk & we are not allowed to share those logs/sysdumps as you require :( But...