Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Secret Manager: Support for Regional Secret Operations in Spring Cloud GCP Secret Manager Service #3331

Open
suvidha-malaviya opened this issue Oct 24, 2024 · 1 comment
Labels
priority: p3 type: enhancement New feature or request

Comments

@suvidha-malaviya
Copy link

Description

We would like to request a feature enhancement for the Spring Cloud GCP library to support regional secret operations in the Secret Manager service.

Google Cloud Platform has recently introduced support for regional secrets, allowing users to create and manage secrets in specific regions for better performance and compliance. Currently, the Spring Cloud GCP library supports global secret operations, but it lacks functionality for the regional secret management capabilities.

Implementing support for regional secret operations would greatly enhance the flexibility and usability of the library, enabling users to take advantage of the regional features provided by GCP.

Proposed Changes:

  • Enhance the current Secret Manager service integration to support the creation, retrieval, and management of regional secrets. This can be achieved by introducing an additional property called location in GcpSecretManagerProperties, which other classes can use to provide the same functionality as the existing global secret operations.
  • Update the documentation to reflect the new capabilities and provide sample of how to use regional secrets.

We believe it will be beneficial for many users looking to leverage regional secrets in their applications.

More information about regional secrets: https://cloud.google.com/secret-manager/regional-secrets/data-residency

@suvidha-malaviya suvidha-malaviya changed the title Secret Manager: Support for Regional Secret Operations in Spring Cloud GCP Secret Manager Secret Manager: Support for Regional Secret Operations in Spring Cloud GCP Secret Manager Service Oct 24, 2024
@lqiu96 lqiu96 added type: enhancement New feature or request priority: p3 labels Oct 31, 2024
@abheda-crest
Copy link

Opened the PR to add support for Regional Secret Operations in Spring Cloud GCP Secret Manager Service: #3365

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants