Assigned
Status Update
Comments
va...@google.com <va...@google.com>
ar...@google.com <ar...@google.com> #2
Digging around a bit, it appears WebKit itself doesn't handle authentication at all.
Instead, it would appear on Android that the package org.apache.http.auth does this.
Instead, it would appear on Android that the package org.apache.http.auth does this.
Description
Feature Request Title: Enforce CMEK Encryption for Vertex AI Python SDK Initialization
Issue Description: Our customer requires Vertex AI Notebook resources to be encrypted with CMEK for compliance and security reasons.
Currently, the default approach on the init is:
vertexai.init(project="project", location="location")
The customer is asking if this can be enforced via organization policy or any other ways in the Python SDK:
vertexai.init(project="project", location="location", encryption_spec_key_name="CMEK key ring path")
Taking the user's use case into consideration I would request the product team to roll out this feature soon. Also, I would request the Product team prioritize this feature request to meet user expectations and satisfaction.
Relevant Documentations:
[1]https://cloud.google.com/vertex-ai/docs/general/cmek#resource-list
[2]https://cloud.google.com/colab/docs/cmek