Skip to content

Releases: Sachin4403/petasos-rewriter

1.1

17 Oct 09:56
0489daf
Compare
Choose a tag to compare

As part of this release, the following things have been added:

  1. Authorization header check configuration. If this check is enabled, requests that are redirected to Talaria will be checked for the presence of the Authorization header. If the Authorization header is not present, then the request will be rejected.
  2. Two metrics have been added to track whether the requests have an Authorization header or not.

Metrics name:

  1. <namespace>_<subsystem>_server_request_with_auth_header_count
  2. <namespace>_<subsystem>_server_request_without_auth_header_count

1.0

16 Oct 08:29
e20e3c9
Compare
Choose a tag to compare
1.0
HGWGDC-19759: Separate port for metrics in petasos-rewriter. (#7)

* HGWGDC-19759: Separate port for metrics in petasos-rewriter.

* HGWGDC-19759: Revert petasos endpoint config changes