File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Examples/runtimes/go/utils Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,19 @@ const (
2121 testKmsRsaKeyID = "arn:aws:kms:us-west-2:658956600833:key/8b432da4-dde4-4bc3-a794-c7d68cbab5a6"
2222 defaultKMSKeyAccountID = "658956600833"
2323 defaultKmsKeyRegion = "us-west-2"
24+ alternateRegionKmsKeyRegion = "eu-west-1"
2425 exampleRsaPrivateKeyFilename = "RawRsaKeyringExamplePrivateKey.pem"
2526 exampleRsaPublicKeyFilename = "RawRsaKeyringExamplePublicKey.pem"
2627 testMrkReplicaKeyIdUsEast1 = "arn:aws:kms:us-east-1:658956600833:key/mrk-80bd8ecdcd4342aebd84b7dc9da498a7"
2728)
2829
30+ func AlternateRegionKmsKeyRegionAsAList () []string {
31+ return []string {alternateRegionKmsKeyRegion }
32+ }
33+
2934func TestMrkReplicaKeyIdUsEast1 () string {
3035 return testMrkReplicaKeyIdUsEast1
3136}
32-
3337func ExampleRsaPublicKeyFilename () string {
3438 return exampleRsaPublicKeyFilename
3539}
You can’t perform that action at this time.
0 commit comments