shore-config - executor configuration used to initialize and configure the underlying client
eyal-mor opened this issue · 0 comments
eyal-mor commented
Summary
Original Author: @dkirillov
Currently, there's only the Spinnaker Executor/Backend
. For it to function the (Spinnaker) gate client needs to be properly initialized.
The configuration for the executor is in the shore config under the following path executor.config.[executor-config-name]
. It could be an object or it could be a file path, it needs to be loaded, and spinGate.GatewayClient
for the Spinnaker Executor/Backend
needs to use this configuration.