Skip to content

Commit

Permalink
chore(gcp): Adding STRONG_COOKIE_AFFINITY in gcp LB model
Browse files Browse the repository at this point in the history
  • Loading branch information
christosarvanitis committed Aug 7, 2024
1 parent d90c105 commit 37fb591
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ enum GoogleSessionAffinity {
CLIENT_IP_PROTO,
GENERATED_COOKIE,
HEADER_FIELD,
HTTP_COOKIE
HTTP_COOKIE,
STRONG_COOKIE_AFFINITY
}

0 comments on commit 37fb591

Please sign in to comment.