Skip to content

spinnaker/gate

Folders and files

NameName
Last commit message
Last commit date
Feb 13, 2025
Oct 9, 2019
Feb 13, 2025
Mar 19, 2021
Aug 10, 2024
Nov 27, 2024
Mar 3, 2025
Feb 13, 2025
May 1, 2024
Feb 13, 2025
Jun 29, 2023
Feb 27, 2025
Mar 12, 2024
Feb 13, 2025
Feb 13, 2025
May 8, 2024
Mar 3, 2025
Feb 7, 2024
Nov 15, 2024
May 8, 2020
Feb 27, 2019
Mar 22, 2017
Feb 19, 2020
Feb 27, 2020
Jan 6, 2021
Apr 27, 2022
Aug 26, 2015
Nov 19, 2024
Nov 19, 2024
Feb 12, 2025
Oct 10, 2014
Apr 23, 2019
Nov 1, 2019
Nov 27, 2024
Feb 19, 2025
Jun 13, 2023
Jun 13, 2023
May 1, 2024

Spinnaker Gateway Service

Build Status

This service provides the Spinnaker REST API, servicing scripting clients as well as all actions from Deck. The REST API fronts the following services:

Modular builds

By default, Gate is built with all authentication providers included. To build only a subset of providers, use the includeProviders flag:

./gradlew -PincludeProviders=oauth2,x509 clean build

You can view the list of all providers in gradle.properties.

Debugging

To start the JVM in debug mode, set the Java system property DEBUG=true:

./gradlew -DDEBUG=true

The JVM will then listen for a debugger to be attached on port 8184. The JVM will not wait for the debugger to be attached before starting Gate; the relevant JVM arguments can be seen and modified as needed in build.gradle.