Skip to content

Releases: Sachin4403/petasos-rewriter

1.2.1: HGWGDC-33779: removed last boot time updation in ri (#15)

23 Jan 04:52
4999e7f
Compare
Choose a tag to compare

As part of this release:

We have removed a existing parameters 'boot-time' which was updated in the Resource Inventory resource via the Petasos re-writer when a WebSocket connection is established.

As now this boot time event will be updated when we receive the online/offline events

1.2

18 Nov 06:05
d3cf2d6
Compare
Choose a tag to compare
1.2

Task Description:

As part of this release:

  1. Added new parameters to be updated in the Resource Inventory resource via the Petasos re-writer when a WebSocket connection is established:

    • 'webpa-protocol'
    • 'webpa-interface-used'
    • 'hw-last-reboot-reason'
    • 'webpa-last-reconnect-reason'
    • 'boot-time'
    • 'fw-name'
  2. Converted 'BootTime' from 'int64' to 'localTime' via the Petasos re-writer.

  3. Updated the behavior for 'X-WebPA-Convey':

    • If present, extract resources and update them.
    • If absent, retain the existing flow without errors.

1.1

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

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