Webhook Config

This page describes spec.spinnakerConfig.config.webhook.

spec.spinnakerConfig.config.webhook

webhook:
  trust:
    enabled: false
    trustStore:
    trustStorePassword:
  • trust:
    • enabled: false
    • trustStore: The path to a key store in JKS format containing certification authorities that should be trusted by webhook stages. File needs to be present on the machine running Spinnaker.
    • trustStorePassword: The password for the supplied trustStore.

Last modified December 9, 2022: (77a2e500)