Skip to content

plumpy/gate

 
 

Repository files navigation

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.

About

Spinnaker API Gateway

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Groovy 59.3%
  • Java 32.6%
  • Kotlin 7.8%
  • Other 0.3%