Get desktop application:
View/edit binary Protocol Buffers messages
Configuration for the API server's addressable URL and CORS policies.
Used in:
If you have authentication enabled, are accessing Spinnaker remotely, and are logging in from sources other than the UI, provide a regex matching all URLs authentication redirects may come from.
If you want the API server to do SSL termination, it must be enabled and configured here. If you are doing your own SSL termination, leave this disabled.
If you are accessing the API server remotely, provide the full base URL of whatever proxy or load balancer is fronting the API requests
Configuration for SSL termination by the API server.
Used in: ,
Whether SSL is enabled.
Name of your keystore entry as generated with your keytool.
Path to the keystore holding your security certificates.
The type of your keystore. Examples include JKS, and PKCS12.
The password to unlock your keystore. Due to a limitation in Tomcat, this must match your key's password in the keystore.
Path to the truststore holding your trusted certificates.
The type of your truststore. Examples include JKS, and PKCS12.
The password to unlock your truststore.
Whether to require or allow client authentication.
Setting for client authentication.
Used in:
Unspecified. Do not directly use, instead omit the field.
No client authentication.
Client authentication is optional.
Client authentication is required.
Configuration for security settings.
Used in:
Configuration for the API server's addressable URL and CORS policies.
Configuration for the UI server's addressable URL.
Configuration of how users authenticate against Spinnaker.
Configuration for what resources users of Spinnaker can read and modify.
Configuration for a custom trust store.
Used in:
Whether this custom trust store is enabled.
The path to a key store in JKS format containing certification authorities that should be trusted.
The password for the supplied trustStore.
Configuration for the UI server's addressable URL.
Used in:
Configuration for SSL termination by the UI gateway.
If you are accessing the UI server remotely, provide the full base URL of whatever proxy or load balancer is fronting the UI requests.
Configuration for SSL termination by the UI gateway.
Used in:
Whether SSL is enabled.
Path to your .crt file.
Path to your .key file.
Path to the .crt file for the CA that issued your SSL certificate. This is only needed for local git deployments that serve the UI using webpack dev server.
The passphrase needed to unlock your SSL certificate. This will be provided to Apache on startup.
Configuration for webhooks.
Used in: ,
A custom trust store to use for outgoing webhook connections.