feat: add GCP Secret Manager as a secret provider - #29
Merged
bijin-bruno merged 3 commits intoAug 11, 2026
Conversation
- Updated SecretProviderType to include 'gcp-secrets-manager'. - Enhanced SECRET_POINTER_FIELD to map 'gcp-secrets-manager' to 'projectId'. - Updated environment labels to include 'GCP Secrets Manager'. - Modified tests to reflect the addition of GCP Secrets Manager in the labeling of secret manager types.
sanish-bruno
approved these changes
Aug 6, 2026
bijin-bruno
reviewed
Aug 6, 2026
arpit-bruno
requested changes
Aug 7, 2026
…etProviderType in EnvironmentsView - Upgraded @opencollection/types from 0.11.0 to 0.13.0 in package.json. - Imported SecretProviderType in EnvironmentsView and removed the local copy
bijin-bruno
requested changes
Aug 7, 2026
arpit-bruno
approved these changes
Aug 10, 2026
bijin-bruno
approved these changes
Aug 11, 2026
arpit-bruno
pushed a commit
that referenced
this pull request
Aug 11, 2026
* feat: add GCP Secrets Manager support in environments view - Updated SecretProviderType to include 'gcp-secrets-manager'. - Enhanced SECRET_POINTER_FIELD to map 'gcp-secrets-manager' to 'projectId'. - Updated environment labels to include 'GCP Secrets Manager'. - Modified tests to reflect the addition of GCP Secrets Manager in the labeling of secret manager types. * chore: update @opencollection/types to version 0.13.0 and import SecretProviderType in EnvironmentsView - Upgraded @opencollection/types from 0.11.0 to 0.13.0 in package.json. - Imported SecretProviderType in EnvironmentsView and removed the local copy * chore: update @opencollection/types to version 0.13.0 in package-lock.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
BRU-4148
Adds GCP Secret Manager as a supported secret provider for environment variables.
Changes