Releases: Sachin4403/petasos-rewriter
Releases · Sachin4403/petasos-rewriter
1.2.1: HGWGDC-33779: removed last boot time updation in ri (#15)
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
Task Description:
As part of this release:
-
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'
-
Converted 'BootTime' from 'int64' to 'localTime' via the Petasos re-writer.
-
Updated the behavior for 'X-WebPA-Convey':
- If present, extract resources and update them.
- If absent, retain the existing flow without errors.
1.1
As part of this release, the following things have been added:
- 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.
- Two metrics have been added to track whether the requests have an Authorization header or not.
Metrics name:
<namespace>_<subsystem>_server_request_with_auth_header_count
<namespace>_<subsystem>_server_request_without_auth_header_count
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