Skip to content

Can't login with tsh to local Community Edition Teleport deployment #45191

Discussion options

You must be logged in to vote

To give this topic a closure I'll describe what I did to make it work.

I was trying to run teleport behind an ingress controller in my local kubernetes setup with kind, which proved to be more complicated than expected. To make this work with self signed certs I had to:

  • Change the whole setup to work with NodePort service and remove the ingress controller
  • Disable multiplexing
  • Forward the proper ports through extraPortMappings config in kind
  • Make sure the --insecure flag was added to all teleport components (server, agent and operator). Note: the operator chart does not include this option so had to add it to the deployment directly (through kustomize overlay patch).
  • I used a DNS record p…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@nesmanriquecelonis
Comment options

@stevenGravy
Comment options

@nesmanriquecelonis
Comment options

@nesmanriquecelonis
Comment options

Answer selected by nesmanriquecelonis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants