Skip to content

Proxy pods NLB allow annotation ssl-cert #39936

Answered by webvictim
galtamirano-buk asked this question in Q&A
Discussion options

You must be logged in to vote

You can certainly add that annotation to your own proxy pods if you want. The guides in the docs are just designed to be simple and work for 95% of use cases.

If you don't enable ingress and then add those annotations under proxy.annotations.service it should work.

This method is also described in the older Teleport v12 docs: https://github.com/gravitational/teleport/blob/branch/v12/docs/pages/deploy-a-cluster/helm-deployments/aws.mdx

proxy:
  annotations:
    service:
      service.beta.kubernetes.io/aws-load-balancer-ssl-cert: "arn:aws:acm:us-east-1:1234567890:certificate/12345678-43c7-4dd1-a2f6-c495b91ebece"
      service.beta.kubernetes.io/aws-load-balancer-ssl-ports: "443"
      serv…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by webvictim
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