Skip to content

Releases: dmwm/auth-proxy-server

0.3.23

26 Feb 18:27
f82102e

Choose a tag to compare

Release: 0.3.23

  • f82102e update dependencies
  • ecf88c6 preserve and restore original URI within client session; fix CMSKUBERNETES-311
  • 2a40538 Adjust appearnce of CRL-DEBUG message under verbose option
  • 74998d9 Move printout into error block

0.3.22

16 Oct 16:42
a233250

Choose a tag to compare

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

17 Aug 11:56
a7058c0

Choose a tag to compare

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

31 Jul 15:12
fd87eb3

Choose a tag to compare

Release: 0.3.20

  • fd87eb3 udpate dependencies
  • 80a856d Add /auth/trouble end-point for certificate validation
  • 3eeec59 Set content-length explicitly if it is zero

0.3.19

21 May 18:36
d6b682d

Choose a tag to compare

Release: 0.3.19

  • d6b682d fix log message to use proper root CA dir
  • 88d13a3 Fix bug to use proper root CA directory

0.3.18

15 Apr 15:44
c5548e4

Choose a tag to compare

Release: 0.3.18

  • c5548e4 update dependencies
  • f9f20c3 New dependencies to resolve security reports
  • 8ca09e6 Add support for multiple RootCAs locations

0.3.17

10 Mar 11:31
e7fd684

Choose a tag to compare

Release: 0.3.17

  • e7fd684 improve condition for auth check in rulesHandler
  • a723015 check user authentication in rulesHandler
  • 4dde7d8 resolve x/net vulnerability
  • 9e0dcab resolve go-jose vulnerability
  • e3ce6bf Update dependencies
  • 0cdc35b Add /rules end-point
  • 72cd381 update section how to look-up rules

0.3.16

23 Jan 17:13
91ab8e3

Choose a tag to compare

Release: 0.3.16

  • 91ab8e3 Merge pull request #38 from arooshap/master
  • c046ad5 Disable pprof and expvar before finding a way to only expose it to a local port

0.3.15

19 Dec 12:36
1157575

Choose a tag to compare

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

03 Nov 14:55
38e23fa

Choose a tag to compare

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