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
This was required because previously the hashing was python session dependent, meaning sequential charm calls generated different hash values for the same inputs. The cert_handler recently received a similar fix, but it removed the refresh_events feature which we rely on here so we cannot immediately update to the new library. To fix this, we need to restore the refresh_events feature in cert_handler or find a new pattern to use here.
The text was updated successfully, but these errors were encountered:
Enhancement Proposal
#15 includes a local fix to the cert_handler library to fix an issue with the hashing of cert input config
istio-ingress-k8s-operator/lib/charms/observability_libs/v1/cert_handler.py
Lines 446 to 456 in ab1fda9
This was required because previously the hashing was python session dependent, meaning sequential charm calls generated different hash values for the same inputs. The cert_handler recently received a similar fix, but it removed the
refresh_events
feature which we rely on here so we cannot immediately update to the new library. To fix this, we need to restore therefresh_events
feature in cert_handler or find a new pattern to use here.The text was updated successfully, but these errors were encountered: