Skip to content

Commit

Permalink
chore(gcp): Adding STRONG_COOKIE_AFFINITY in gcp LB model (#6259) (#6262
Browse files Browse the repository at this point in the history
)

(cherry picked from commit 0efc768)

Co-authored-by: Christos Arvanitis <[email protected]>
  • Loading branch information
mergify[bot] and christosarvanitis committed Aug 8, 2024
1 parent f3d9bcf commit 52d394c
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 52d394c

Please sign in to comment.