GitHub / betagouv / vouch-proxy
an SSO and OAuth / OIDC login solution for Nginx using the auth_request module
JSON API: https://data.code.gouv.fr/api/v1/hosts/GitHub/repositories/betagouv%2Fvouch-proxy
Fork of vouch/vouch-proxy
Stars: 0
Forks: 0
Open issues: 0
License: mit
Language: Go
Size: 5.68 MB
Dependencies parsed at:
554
Created at: about 4 years ago
Updated at: over 1 year ago
Pushed at: over 1 year ago
Last synced at: 7 days ago
.github/workflows/coverage.yml
actions
- actions/checkout v2 composite
- actions/setup-go v2 composite
- shogo82148/actions-goveralls v1 composite
- actions/checkout v2 composite
- crazy-max/ghaction-docker-buildx v1 composite
- actions/checkout v2 composite
- docker/build-push-action ad44023a93711e3deb337508980b4b5e9bcdc5dc composite
- docker/login-action f054a8b539a109f9f41c372932f1ae047eff08c9 composite
- docker/metadata-action a67f45cb0f8e65cf693a0bc5bfa1c5057c623030 composite
- actions/checkout v2 composite
- docker/build-push-action ad44023a93711e3deb337508980b4b5e9bcdc5dc composite
- docker/login-action f054a8b539a109f9f41c372932f1ae047eff08c9 composite
- docker/metadata-action 98669ae865ea3cffbcbaa878cf57c20bbf1c6c38 composite
.github/workflows/notify-irc.yml
actions
- rectalogic/notify-irc v1 composite
Dockerfile
docker
go.mod
go
- cloud.google.com/go/compute v1.15.1
- cloud.google.com/go/compute/metadata v0.2.3
- github.com/bmizerany/perks v0.0.0-20141205001514-d9a9656a3a4b
- github.com/davecgh/go-spew v1.1.1
- github.com/dgryski/go-gk v0.0.0-20200319235926-a69029f61654
- github.com/fsnotify/fsnotify v1.6.0
- github.com/golang-jwt/jwt v3.2.2+incompatible
- github.com/golang/protobuf v1.5.2
- github.com/google/go-cmp v0.5.9
- github.com/gorilla/securecookie v1.1.1
- github.com/gorilla/sessions v1.2.1
- github.com/hashicorp/hcl v1.0.0
- github.com/influxdata/tdigest v0.0.1
- github.com/josharian/intern v1.0.0
- github.com/julienschmidt/httprouter v1.3.0
- github.com/karupanerura/go-mock-http-response v0.0.0-20171201120521-7c242a447d45
- github.com/kelseyhightower/envconfig v1.4.0
- github.com/magiconair/properties v1.8.7
- github.com/mailru/easyjson v0.7.7
- github.com/mitchellh/mapstructure v1.5.0
- github.com/nirasan/go-oauth-pkce-code-verifier v0.0.0-20220510032225-4f9f17eaec4c
- github.com/patrickmn/go-cache v2.1.0+incompatible
- github.com/pelletier/go-toml/v2 v2.0.6
- github.com/pmezard/go-difflib v1.0.0
- github.com/spf13/afero v1.9.3
- github.com/spf13/cast v1.5.0
- github.com/spf13/jwalterweatherman v1.1.0
- github.com/spf13/pflag v1.0.5
- github.com/spf13/viper v1.15.0
- github.com/streadway/quantile v0.0.0-20150917103942-b0c588724d25
- github.com/stretchr/testify v1.8.1
- github.com/subosito/gotenv v1.4.2
- github.com/theckman/go-securerandom v0.1.1
- github.com/tsenart/vegeta v12.7.0+incompatible
- go.uber.org/atomic v1.10.0
- go.uber.org/multierr v1.9.0
- go.uber.org/zap v1.24.0
- golang.org/x/net v0.5.0
- golang.org/x/oauth2 v0.4.0
- golang.org/x/sys v0.4.0
- golang.org/x/text v0.6.0
- google.golang.org/appengine v1.6.7
- google.golang.org/protobuf v1.28.1
- gopkg.in/ini.v1 v1.67.0
- gopkg.in/yaml.v3 v3.0.1