Skip to content

Commit

Permalink
chore(gcp): Adding STRONG_COOKIE_AFFINITY in gcp LB model (#6259)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0efc768)
  • Loading branch information
christosarvanitis authored and mergify[bot] committed Aug 8, 2024
1 parent f3d9bcf commit 669d4b6
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 669d4b6

Please sign in to comment.