Replies: 1 comment 1 reply
-
What's the This may be a weird situation where if you're logged in as a user from an SSO provider, the user has a hardcoded max TTL of 12 hours - but I haven't heard of this before. As a short term workaround, you can run |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey Guys, so, I set up Teleport inside the Kubernetes cluster, everything is working fine, I can log in with my own user on my machine and access the cluster without issues, it issues the certificate with a 12h TTL, and blah blah blah.
But... I'm having issues with a "Robot" user, basically, I followed this here: https://goteleport.com/docs/access-controls/guides/impersonation/#step-13-create-a-cicd-user-and-corresponding-role and could get the kubeconfig with the generated certificates, but, even if I ask for it to issue a longer life certificate, it seems to expire within the 12h, I put the config in the CI secrets, it works for the first hours, and then, the next day, it just doesn't work again, so I have to issue another one, and round and round we go.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions