You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to add an option to create a W&B GCP deployment as a Private Service Connect-enabled one. What that means is if the option is selected, we should automatically provision a Private Service Connect managed service for the deployment such that the deployment could be accessed from a GCP private endpoint in the same or another GCP project / organization.
Also, as part of this work, we would like to provide an additional linked option to restrict creating endpoints in only allowed GCP projects. So for a W&B dedicated cloud deployment, the W&B customer could restrict which of their GCP projects are allowed to connect to their deployment.
For reference, AWS Privatelink support was added as part of this PR - wandb/terraform-aws-wandb#169. A key dependency to start this project is Kubernetes operator support for GCP. So we should wait until that's available.
The text was updated successfully, but these errors were encountered:
We would like to add an option to create a W&B GCP deployment as a Private Service Connect-enabled one. What that means is if the option is selected, we should automatically provision a Private Service Connect managed service for the deployment such that the deployment could be accessed from a GCP private endpoint in the same or another GCP project / organization.
https://cloud.google.com/vpc/docs/private-service-connect#managed-services
https://cloud.google.com/vpc/docs/about-vpc-hosted-services
https://cloud.google.com/vpc/docs/configure-private-service-connect-producer
Also, as part of this work, we would like to provide an additional linked option to restrict creating endpoints in only allowed GCP projects. So for a W&B dedicated cloud deployment, the W&B customer could restrict which of their GCP projects are allowed to connect to their deployment.
https://cloud.google.com/vpc/docs/manage-private-service-connect-services
For reference, AWS Privatelink support was added as part of this PR - wandb/terraform-aws-wandb#169. A key dependency to start this project is Kubernetes operator support for GCP. So we should wait until that's available.
The text was updated successfully, but these errors were encountered: