https://github.com/keisukeyamashita/spinnaker-github-proxy
Proxies user info request from Spinnaker to fetch private organization members.
https://github.com/keisukeyamashita/spinnaker-github-proxy
github spinnaker
Last synced: 7 months ago
JSON representation
Proxies user info request from Spinnaker to fetch private organization members.
- Host: GitHub
- URL: https://github.com/keisukeyamashita/spinnaker-github-proxy
- Owner: KeisukeYamashita
- Created: 2020-07-30T05:41:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T06:05:22.000Z (about 5 years ago)
- Last Synced: 2024-10-05T12:24:38.283Z (about 1 year ago)
- Topics: github, spinnaker
- Language: Go
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spinnaker GitHub Proxy

[](https://codecov.io/gh/KeisukeYamashita/spinnaker-github-proxy)`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.
```console
$ cp .envrc.sample .envrc
$ vi .envrc
```And the run.
```console
$ make run
```### Run by Docker image
```console
$ docker run docker.pkg.github.com/keisukeyamashita/spinnaker-github-proxy/spinnaker-github-proxy
```## Maintainer
* [KeisukeYamashita](https://github.com/KeisukeYamashita)
## (For maintainer) How to release
```console
$ git tag
$ git push origin
```