pingidentity / helm-charts

Apache License 2.0
23 stars 31 forks source link

privateCert.additionalHosts is not honored #234

Open samir-gandhi opened 2 years ago

samir-gandhi commented 2 years ago

With values.yaml like:

pingaccess-admin:
  enabled: true
  privateCert:
    generate: true
    additionalHosts: 
      - myhost-pingaccess-admin.usa.ping-multi-cluster.com
      - myhost-pingaccess-admin

The cert is created with only the main domain. Alternate names is not populated according to additionalHosts.

Thinking this may be due to code somewhere here: https://github.com/pingidentity/helm-charts/blob/master/charts/ping-devops/templates/pinglib/_yamlSnippets.tpl#L58 but, not confirmed.

samir-gandhi commented 2 years ago
Screen Shot 2021-11-24 at 1 45 24 PM