Feature Request P2
Status Update
Comments
ol...@gtempaccount.com <ol...@gtempaccount.com> #2
Indeed, this would be quite useful - especially when we need to export the certificates to external systems like an NGINX box.
[Deleted User] <[Deleted User]> #3
This would be useful when one wishes to have a Google managed certificate to load into Istio Ingress.
I'm assuming if this feature is implemented, we will get access to download the private key for any Google managed certificate that was generated with the:
gcloud compute ssl-certificates create
command as well.
I'm assuming if this feature is implemented, we will get access to download the private key for any Google managed certificate that was generated with the:
gcloud compute ssl-certificates create
command as well.
Description
When a HTTP load balancer is configured with session affinity [1] and generated cookie [2] it's created a cookie named GCLB. If we check this cookie it's defined as:
GCLB=xxxxxxxxxxx; path=/; HttpOnly
On the some browser that cause a warning [3] [4] [5] because the SameSite attribute its not defined. I thing it's required to add the ability for users to control the attributes SameSite and Secure of the cookie for works with the new browsers versions.
Thanks
[1]
[2]
[3]
[4]
[5]