Skip to content

Commit aedf192

Browse files
committed
Minor udpates
1 parent b4646ea commit aedf192

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

docs/guides/operations/gcp-kms-signer.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ of a local key file.
66
## Prerequisites
77

88
- A Google Cloud KMS asymmetric key version with:
9-
- `purpose: ASYMMETRIC_SIGN`
10-
- `algorithm: EC_SIGN_ED25519`
9+
- `purpose: ASYMMETRIC_SIGN`
10+
- `algorithm: EC_SIGN_ED25519`
1111
- IAM permissions for runtime:
12-
- `cloudkms.cryptoKeyVersions.useToSign`
13-
- `cloudkms.cryptoKeyVersions.viewPublicKey`
12+
- `cloudkms.cryptoKeyVersions.useToSign`
13+
- `cloudkms.cryptoKeyVersions.viewPublicKey`
1414
- Google credentials available to the node process:
15-
- Application Default Credentials (recommended), or
16-
- service-account JSON file.
15+
- Application Default Credentials (recommended), or
16+
- service-account JSON file.
1717

1818
## 1. Create an ED25519 KMS key (example)
1919

execution/evm/test/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ require (
184184
golang.org/x/sys v0.42.0 // indirect
185185
golang.org/x/term v0.41.0 // indirect
186186
golang.org/x/text v0.35.0 // indirect
187-
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
187+
google.golang.org/genproto v0.0.0-20260217215200-42d3e9bedb6d // indirect
188188
google.golang.org/genproto/googleapis/api v0.0.0-20260217215200-42d3e9bedb6d // indirect
189189
google.golang.org/genproto/googleapis/rpc v0.0.0-20260311181403-84a4fc48630c // indirect
190190
google.golang.org/grpc v1.79.3 // indirect

execution/evm/test/go.sum

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cloud.google.com/go/auth v0.18.2 h1:+Nbt5Ev0xEqxlNjd6c+yYUeosQ5TtEUaNcN/3FozlaM=
66
cloud.google.com/go/auth v0.18.2/go.mod h1:xD+oY7gcahcu7G2SG2DsBerfFxgPAJz17zz2joOFF3M=
77
cloud.google.com/go/auth/oauth2adapt v0.2.8 h1:keo8NaayQZ6wimpNSmW5OPc283g65QNIiLpZnkHRbnc=
88
cloud.google.com/go/auth/oauth2adapt v0.2.8/go.mod h1:XQ9y31RkqZCcwJWNSx2Xvric3RrU88hAYYbjDWYDL+c=
9-
cloud.google.com/go/compute v1.29.0 h1:Lph6d8oPi38NHkOr6S55Nus/Pbbcp37m/J0ohgKAefs=
9+
cloud.google.com/go/compute v1.54.0 h1:4CKmnpO+40z44bKG5bdcKxQ7ocNpRtOc9SCLLUzze1w=
1010
cloud.google.com/go/compute/metadata v0.9.0 h1:pDUj4QMoPejqq20dK0Pg2N4yG9zIkYGdBtwLoEkH9Zs=
1111
cloud.google.com/go/compute/metadata v0.9.0/go.mod h1:E0bWwX5wTnLPedCKqk3pJmVgCBSM6qQI1yTBdEb3C10=
1212
cloud.google.com/go/iam v1.5.3 h1:+vMINPiDF2ognBJ97ABAYYwRgsaqxPbQDlMnbHMjolc=
@@ -961,8 +961,8 @@ google.golang.org/genproto v0.0.0-20180831171423-11092d34479b/go.mod h1:JiN7NxoA
961961
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc=
962962
google.golang.org/genproto v0.0.0-20200513103714-09dca8ec2884/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c=
963963
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo=
964-
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 h1:ToEetK57OidYuqD4Q5w+vfEnPvPpuTwedCNVohYJfNk=
965-
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697/go.mod h1:JJrvXBWRZaFMxBufik1a4RpFw4HhgVtBBWQeQgUj2cc=
964+
google.golang.org/genproto v0.0.0-20260217215200-42d3e9bedb6d h1:vsOm753cOAMkt76efriTCDKjpCbK18XGHMJHo0JUKhc=
965+
google.golang.org/genproto v0.0.0-20260217215200-42d3e9bedb6d/go.mod h1:0oz9d7g9QLSdv9/lgbIjowW1JoxMbxmBVNe8i6tORJI=
966966
google.golang.org/genproto/googleapis/api v0.0.0-20260217215200-42d3e9bedb6d h1:EocjzKLywydp5uZ5tJ79iP6Q0UjDnyiHkGRWxuPBP8s=
967967
google.golang.org/genproto/googleapis/api v0.0.0-20260217215200-42d3e9bedb6d/go.mod h1:48U2I+QQUYhsFrg2SY6r+nJzeOtjey7j//WBESw+qyQ=
968968
google.golang.org/genproto/googleapis/rpc v0.0.0-20260311181403-84a4fc48630c h1:xgCzyF2LFIO/0X2UAoVRiXKU5Xg6VjToG4i2/ecSswk=

pkg/signer/gcp/signer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ type Options struct {
5555
// CredentialsFile is an optional path to a Google credentials JSON file.
5656
// If empty, Application Default Credentials are used.
5757
CredentialsFile string
58-
// Timeout for individual KMS Sign API calls. Default: 10s.
58+
// Timeout for individual KMS Sign API calls. Default: 1s.
5959
Timeout time.Duration
6060
// MaxRetries for transient KMS failures during Sign. Default: 3.
6161
MaxRetries int

0 commit comments

Comments
 (0)