From 2337703be65d1ea3d78a01f25fcdcf5c7ee1880b Mon Sep 17 00:00:00 2001 From: Marin Salinas Date: Thu, 18 Apr 2019 09:41:04 -0500 Subject: [PATCH] fix: add missing secret key in http client configuration --- builder/osc/common/step_update_omi.go | 1 + 1 file changed, 1 insertion(+) diff --git a/builder/osc/common/step_update_omi.go b/builder/osc/common/step_update_omi.go index 65dfdaf9e..d6126148b 100644 --- a/builder/osc/common/step_update_omi.go +++ b/builder/osc/common/step_update_omi.go @@ -91,6 +91,7 @@ func (s *StepUpdateOMIAttributes) Run(_ context.Context, state multistep.StateBa ui.Say(fmt.Sprintf("Updating attributes on snapshot (%s)...", snapshot)) newConfig := &oapi.Config{ UserAgent: config.UserAgent, + AccessKey: config.AccessKey, SecretKey: config.SecretKey, Service: config.Service, Region: region, //New region