Skip to content

OpsMx/gate

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Mar 19, 2021
Oct 9, 2019
Dec 16, 2021
Dec 16, 2021
Feb 6, 2021
Jun 9, 2021
Mar 19, 2021
Mar 22, 2021
Mar 4, 2022
Aug 24, 2020
Nov 23, 2021
Mar 19, 2021
Dec 22, 2021
Jun 9, 2021
Mar 19, 2021
Sep 21, 2021
Mar 19, 2021
Jun 9, 2021
Mar 22, 2022
Mar 22, 2021
Nov 10, 2020
May 8, 2020
Feb 27, 2019
Mar 22, 2017
Feb 19, 2020
Feb 27, 2020
Jan 6, 2021
Apr 8, 2020
Aug 26, 2015
Mar 11, 2021
May 12, 2021
Oct 7, 2020
Aug 12, 2020
Aug 12, 2020
Mar 2, 2020
Oct 10, 2014
Apr 23, 2019
Dec 29, 2021
Jan 12, 2022
Nov 15, 2021
Aug 18, 2020
Aug 18, 2020
Mar 11, 2021

Repository files navigation

OP-2001 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.

Packages

No packages published

Languages

  • Groovy 52.7%
  • Java 34.6%
  • CSS 5.1%
  • Kotlin 4.2%
  • JavaScript 2.0%
  • HTML 1.0%
  • Other 0.4%