-
Notifications
You must be signed in to change notification settings - Fork 1.8k
feat(parametermanager): Added samples for kms_key in regional parameter #5262
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
Merged
telpirion
merged 15 commits into
GoogleCloudPlatform:main
from
durgesh-ninave-crest:parametermanager-regional-kms_key-samples
Apr 17, 2025
Merged
Changes from 3 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
021cd8b
feat(parametermanager): Added samples for kms_key in regional parameter
durgesh-ninave-crest 759160c
Merge branch 'main' into parametermanager-regional-kms_key-samples
durgesh-ninave-crest e2bf56a
fix(parametermanager): fix linting issue
durgesh-ninave-crest 79dbcb9
Merge branch 'main' into parametermanager-regional-kms_key-samples
durgesh-ninave-crest f8dfcf3
Merge branch 'main' into parametermanager-regional-kms_key-samples
durgesh-ninave-crest 1ebd9d0
fix(parametermanager): Fix linting issue
durgesh-ninave-crest f44a7bf
fix(parametermanager): update variable's name
durgesh-ninave-crest ee7b02b
fix(parametermanager): regional test-case update variable's name
durgesh-ninave-crest f5aa8ca
Merge branch 'main' into parametermanager-regional-kms_key-samples
durgesh-ninave-crest 13df36e
fix(parametermanager): update testcase, error message and godoc for c…
durgesh-ninave-crest ac0114c
Merge branch 'main' into parametermanager-regional-kms_key-samples
durgesh-ninave-crest f08613f
Merge branch 'main' into parametermanager-regional-kms_key-samples
durgesh-ninave-crest 37c3d90
Merge branch 'main' into parametermanager-regional-kms_key-samples
durgesh-ninave-crest 9a26195
Merge branch 'main' into parametermanager-regional-kms_key-samples
arpangoswami ac868e2
Merge branch 'main' into parametermanager-regional-kms_key-samples
durgesh-ninave-crest File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,59 @@ | ||
module github.com/GoogleCloudPlatform/golang-samples/parametermanager | ||
|
||
go 1.22.7 | ||
go 1.23.0 | ||
|
||
require ( | ||
cloud.google.com/go/parametermanager v0.1.0 | ||
google.golang.org/api v0.221.0 | ||
cloud.google.com/go/kms v1.21.1 | ||
cloud.google.com/go/parametermanager v0.2.0 | ||
github.com/GoogleCloudPlatform/golang-samples v0.0.0-20250407185618-bc81fd377b99 | ||
github.com/gofrs/uuid v4.4.0+incompatible | ||
google.golang.org/api v0.228.0 | ||
google.golang.org/genproto v0.0.0-20250407143221-ac9807e6c755 | ||
google.golang.org/grpc v1.71.1 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go/auth v0.14.1 // indirect | ||
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect | ||
cel.dev/expr v0.19.2 // indirect | ||
cloud.google.com/go v0.120.0 // indirect | ||
cloud.google.com/go/auth v0.15.0 // indirect | ||
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect | ||
cloud.google.com/go/compute/metadata v0.6.0 // indirect | ||
cloud.google.com/go/iam v1.3.1 // indirect | ||
cloud.google.com/go/iam v1.5.0 // indirect | ||
cloud.google.com/go/longrunning v0.6.6 // indirect | ||
cloud.google.com/go/monitoring v1.24.1 // indirect | ||
cloud.google.com/go/storage v1.50.0 // indirect | ||
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect | ||
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.50.0 // indirect | ||
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.50.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/cncf/xds/go v0.0.0-20250121191232-2f005788dc42 // indirect | ||
github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect | ||
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect | ||
github.com/felixge/httpsnoop v1.0.4 // indirect | ||
github.com/go-logr/logr v1.4.2 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/google/s2a-go v0.1.9 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect | ||
github.com/googleapis/gax-go/v2 v2.14.1 // indirect | ||
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect | ||
go.opentelemetry.io/auto/sdk v1.1.0 // indirect | ||
go.opentelemetry.io/contrib/detectors/gcp v1.34.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect | ||
go.opentelemetry.io/otel v1.34.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.34.0 // indirect | ||
go.opentelemetry.io/otel v1.35.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.35.0 // indirect | ||
go.opentelemetry.io/otel/sdk v1.35.0 // indirect | ||
go.opentelemetry.io/otel/sdk/metric v1.34.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.34.0 // indirect | ||
golang.org/x/crypto v0.33.0 // indirect | ||
golang.org/x/net v0.35.0 // indirect | ||
golang.org/x/oauth2 v0.26.0 // indirect | ||
golang.org/x/sync v0.11.0 // indirect | ||
golang.org/x/sys v0.30.0 // indirect | ||
golang.org/x/text v0.22.0 // indirect | ||
golang.org/x/time v0.10.0 // indirect | ||
google.golang.org/genproto v0.0.0-20250212204824-5a70512c5d8b // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20250124145028-65684f501c47 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 // indirect | ||
google.golang.org/grpc v1.70.0 // indirect | ||
google.golang.org/protobuf v1.36.5 // indirect | ||
go.opentelemetry.io/otel/trace v1.35.0 // indirect | ||
golang.org/x/crypto v0.36.0 // indirect | ||
golang.org/x/net v0.37.0 // indirect | ||
golang.org/x/oauth2 v0.28.0 // indirect | ||
golang.org/x/sync v0.12.0 // indirect | ||
golang.org/x/sys v0.31.0 // indirect | ||
golang.org/x/text v0.23.0 // indirect | ||
golang.org/x/time v0.11.0 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20250404141209-ee84b53bf3d0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20250404141209-ee84b53bf3d0 // indirect | ||
google.golang.org/protobuf v1.36.6 // indirect | ||
) |
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider using
go 1.22
instead ofgo 1.23
to align with the go version used in other golang-samples, unless there is a specific reason to use go 1.23.