liyuntao / kong-init

Declarative configuration tool for Kong
Apache License 2.0
38 stars 8 forks source link

SNI additions #18

Open SamKirsch10 opened 5 years ago

SamKirsch10 commented 5 years ago

Any idea on adding ability to list out SNI/Certificates in the yaml files? I don't see them currently in your entity file. I feel like it'd be something similar to:

SNI:
  - name: something.com
    apply_to: certificate_1

Only problem I see is that the certificates don't really have a name. They just get an ID generated for them. I have a wildcard cert that i'd love to just paste the id in the yaml like above.