From ad893960333d58b1f491a384fab43764327ac62b Mon Sep 17 00:00:00 2001 From: Cody Littley Date: Thu, 2 Jan 2025 10:33:59 -0600 Subject: [PATCH] Tweak aws URL Signed-off-by: Cody Littley --- inabox/deploy/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inabox/deploy/config.go b/inabox/deploy/config.go index d2ab28f67e..fc229f04f2 100644 --- a/inabox/deploy/config.go +++ b/inabox/deploy/config.go @@ -583,7 +583,7 @@ func (env *Config) getKey(name string) (key, address string) { func generateDisperserKeypair() (string, gethcommon.Address, error) { keyManager := kms.New(kms.Options{ Region: "us-east-1", - BaseEndpoint: aws.String("http://0.0.0.0:4570"), // TODO don't hard code this + BaseEndpoint: aws.String("http://localhost:4570"), // TODO don't hard code this }) createKeyOutput, err := keyManager.CreateKey(context.Background(), &kms.CreateKeyInput{