Releases: dmwm/auth-proxy-server
Releases · dmwm/auth-proxy-server
0.3.23
0.3.22
Release: 0.3.22
- a233250 Merge pull request #41 from arooshap/master
- 9fb3160 Changing the crl to take a pointer
- 6622a6b Adding documentation for crls.go
- 5ec3c6b Adding some additional checks and improving crls
- 7b8e782 Some more unit tests, a few modifications to crls.go and server.go
- 2a4a4de Fixing issue with crls.go function
- 3b1155c Update crls.go
- 2ad9c8a Update crls.go
- 57aef5d Update data.go
- c377cad Update server.go
- f430707 Update server.go
- 24b9668 Update data.go
- 5ea5916 Update data.go
- 16595d7 Fixing indentation in data.go
- 6d23f73 Fixing indentation in data.go
- 68ee4d5 Adding checks, making the functions a bit better, e.t.c
- e6ae405 Fix formatting in data.go
- a052c70 Skip the files instead of quarantining
- f3c2273 Initial changes for incorporating CRLs
0.3.21
Release: 0.3.21
- a7058c0 Add useX509middleware start-up option
- abbac29 update README
- e02c411 use /auth/trouble goroutine server if auth port is provided; add comments out verify options; remove all end-points except /auth/trouble in x509 middleware server
- 7dd667c Add comments about verify options
- 1134064 Add comments about verify options
- d846f21 switch to os.ReadDir instead of outdated ioutil.ReadDir
- 23bcb7e provide example section
- 0b4fd73 add AuthTroublePort configuration parameter
- 295feba Spawn /auth/trouble on dedicated go-routine with middleware server; generalize getServer to accept address and ctlsCertVerify parameters
- 4c94a7a Introduce X509MiddlewareServer flag and use it across the code
- 48e6cd7 switch to certMiddleware
- 0c0f0b2 Handle both HTML and JSON responses
- 8c6810b New middleware module
- d9d57a4 Improve template output
0.3.20
0.3.19
0.3.18
0.3.17
0.3.16
0.3.15
Release: 0.3.15
- 1157575 update dependencies to resolve: CVSS v3 and v4 base metrics
- d98ea9a update dependencies to resolve: CVSS v3 and v4 base metrics
- 7c84880 Merge pull request #36 from dmwm/dependabot/go_modules/client/golang.org/x/crypto-0.31.0
- eff5456 Bump golang.org/x/crypto from 0.17.0 to 0.31.0 in /client
- 10492b5 Merge pull request #35 from labkode/avoid_panic
- 472d0e8 avoid panic when parsing x509 cert
0.3.14
Release: 0.3.14
- 38e23fa Add implementation of testRedirectRule
- 1f1b182 add testRule option
- e79f3c0 add fmt
- ba179e1 Add Corps configuration
- 5d8c91e Merge pull request #34 from arooshap/master
- be296d0 Update x509.go to fix spacing
- 768de33 Update oauth.go to fix spacing
- 407a93b Update data.go to fix spacing
- 3bc776f Changes to expose debug functionality to only specified users and add http->https redirect