Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

46 lines (30 loc) · 1.59 KB

Changelog

Changed

  • Disabled tokens now will act as missing/unknown tokens, they will not return "disabledToken" error nor metric.

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 - 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 - 2022-06-26

Added

  • HTTP metrics.

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.