Skip to content

Commit

Permalink
provider/stack: remove obsolete header
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeczalik committed Nov 4, 2024
1 parent c31d686 commit d4dcec5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/provider/stack/stack.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ func sendStack(ctx context.Context, c *scylla.Client, s *model.Stack) (string, e

req := c.V2.Request(ctx, "POST", s, "/")

req.Header.Set("X-Scylla-Cloud-Stack-Flavor", "tf")

if err := c.V2.BasicSign(req, auth[0], []byte(auth[1])); err != nil {
return "", fmt.Errorf("failed to sign request: %w", err)
}
Expand Down

0 comments on commit d4dcec5

Please sign in to comment.