You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently OPA reports the timestamp of the last successful bundle download and bundle activation via the Status API. Status API implementations may also wish to know the last time OPA successfully attempted to refresh the bundle (i.e., in this case, the bundle server replied with HTTP 304).
The text was updated successfully, but these errors were encountered:
This commit updates the bundle plugin to record the last successful
download _attempt_ timestamp in the bundle status. This way Status API
implementations can easily check whether the OPA has been able to
recently check-in for bundle updates.
Fixesopen-policy-agent#2009
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
This commit updates the bundle plugin to record the last successful
download _attempt_ timestamp in the bundle status. This way Status API
implementations can easily check whether the OPA has been able to
recently check-in for bundle updates.
Fixes#2009
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
Currently OPA reports the timestamp of the last successful bundle download and bundle activation via the Status API. Status API implementations may also wish to know the last time OPA successfully attempted to refresh the bundle (i.e., in this case, the bundle server replied with HTTP 304).
The text was updated successfully, but these errors were encountered: