Skip to content

Commit

Permalink
include sessionCookieEnabled in comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyjux committed Oct 16, 2024
1 parent 8656e18 commit 7fdc717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microservices/kubeApi/routers/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,4 +249,4 @@ def in_list (match, list):
return False

def build_ref(v):
return "%s%s%s%s" % (v['name'], v['selectTag'], v['host'], v['dataPlane'])
return "%s%s%s%s" % (v['name'], v['selectTag'], v['host'], v['dataPlane'], v['sessionCookieEnabled'])

0 comments on commit 7fdc717

Please sign in to comment.