Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Masters cannot attach certificates to ELBs #479

Closed
dippynark opened this issue Sep 3, 2018 · 1 comment · Fixed by #749
Closed

Masters cannot attach certificates to ELBs #479

dippynark opened this issue Sep 3, 2018 · 1 comment · Fixed by #749

Comments

@dippynark
Copy link
Contributor

Is this a BUG REPORT or FEATURE REQUEST?:

kind bug

What happened: Tarmak cannot attach certificates ELBs specified by Services with a certificate annotation.

How to reproduce it (as minimally and precisely as possible): Create a Service in Kubernetes with an annotation specifying a certificate to use to TLS

kind: Service
apiVersion: v1
metadata:
  name: nginx
  namespace: default
  annotations:
    service.beta.kubernetes.io/aws-load-balancer-ssl-cert: arn:aws:iam::0123456789:server-certificate/certificate_name
spec:
  type: LoadBalancer
  selector:
    app: nginx
  ports:
  - port: 443
    targetPort: 80

Anything else we need to know?: Required permissions look like:

AddListenrCertificates
RemoveListenerCertificates
@BenCoughlan15
Copy link

Is anyone looking at this board? Is this codebase totally dead?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants