Skip to content

Commit

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

(cherry picked from commit 0efc768)

Co-authored-by: Christos Arvanitis <christos.arvanitis@armory.io>
  • Loading branch information
mergify[bot] and christosarvanitis committed Aug 8, 2024
1 parent 95d0e68 commit 59f91b4
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 59f91b4

Please sign in to comment.