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
In the set function for junctions, on line 554, it is replacing '_' with '-' on the returned remote_http_header value from existing junction. On line 548, if current value for remote_http_header is "all", then it changes the value to ['iv_creds', 'iv_groups', 'iv_user']. Later on line 650 when it compares current junction values with existing values, it will always find differences since current value is ['iv_creds', 'iv_groups', 'iv_user'] and existing value is ['iv-creds', 'iv-groups', 'iv-user'].
The text was updated successfully, but these errors were encountered:
In the set function for junctions, on line 554, it is replacing '_' with '-' on the returned remote_http_header value from existing junction. On line 548, if current value for remote_http_header is "all", then it changes the value to ['iv_creds', 'iv_groups', 'iv_user']. Later on line 650 when it compares current junction values with existing values, it will always find differences since current value is ['iv_creds', 'iv_groups', 'iv_user'] and existing value is ['iv-creds', 'iv-groups', 'iv-user'].
The text was updated successfully, but these errors were encountered: