Skip to content

KeisukeYamashita/spinnaker-github-proxy

Repository files navigation

Spinnaker GitHub Proxy

Test codecov

spinnaker-github-proxy proxies user info request from Spinnaker. By default, Spinnaker's GitHub Organization authentication only reads public members. This proxy will allow to fetch private members and return the judge if the user can access or not.

How to run

Run locally

Configure environment variables.

$ cp .envrc.sample .envrc
$ vi .envrc

And the run.

$ make run

Run by Docker image

$ docker run docker.pkg.github.com/keisukeyamashita/spinnaker-github-proxy/spinnaker-github-proxy

Maintainer

(For maintainer) How to release

$ git tag <version>
$ git push origin <version>

About

Proxies user info request from Spinnaker to fetch private organization members.

Topics

Resources

Stars

Watchers

Forks