Skip to content

Releases: slok/simple-ingress-external-auth

v0.4.0

10 Dec 13:32
d66482e
Compare
Choose a tag to compare

v0.4.0 - 2022-12-10

Added

  • client_id now will be returned as a header, by default in X-Ext-Auth-Client-Id header.
  • Add --client-id-header CMD flag to customize the header that will be returned with the authenticated client.
  • Add --request-method-header cmd flag to customize the header that will be checked to get the original request method, by default the one that Nginx uses: X-Original-Method.
  • Add --request-url-header cmd flag to customize the header that will be checked to get the original request method, by default the one that Nginx uses: X-Original-URL.

v0.3.0

01 Aug 06:52
0ba180d
Compare
Choose a tag to compare

v0.3.0 - 2022-08-01

Added

  • client_id option on tokens to identify the tokens.
  • client_id will be shown on token review metrics.

v0.2.0

26 Jun 14:42
98f68b6
Compare
Choose a tag to compare

v0.2.0 - 2022-06-26

Added

  • HTTP metrics.

v0.1.0

21 Jun 06:05
09d6a9e
Compare
Choose a tag to compare

v0.1.0 - 2022-06-21

Added

  • Token configuration.
  • JSON configuration support.
  • YAML configuration support.
  • HTTP handler for authentication.
  • Add token review Prometheus metrics.
  • Make configuration API public as a go library.