Skip to content

Commit

Permalink
Tweak aws URL
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Littley <cody@eigenlabs.org>
  • Loading branch information
cody-littley committed Jan 2, 2025
1 parent 11e2ffa commit ad89396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inabox/deploy/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit ad89396

Please sign in to comment.