Skip to content

Commit

Permalink
[Backport 6.53.x] Rotate e2e tests API key (#31866)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Fairise <[email protected]>
  • Loading branch information
1 parent cc79200 commit 60e5cf2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/new-e2e/pkg/runner/parameters/store_aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ import (
"context"
"errors"
"fmt"
"github.com/DataDog/datadog-agent/test/new-e2e/pkg/utils/common"
"strings"

"github.com/DataDog/datadog-agent/test/new-e2e/pkg/utils/common"

"github.com/aws/aws-sdk-go-v2/service/ssm"
ssmTypes "github.com/aws/aws-sdk-go-v2/service/ssm/types"

Expand Down Expand Up @@ -59,6 +60,6 @@ func (s awsStore) get(key StoreKey) (string, error) {

// awsOverrides is a map of StoreKey to StoreKey used to override key only in AWS store
var awsOverrides = map[StoreKey]StoreKey{
APIKey: "api_key_2",
APIKey: "api_key_3",
APPKey: "app_key_2",
}

0 comments on commit 60e5cf2

Please sign in to comment.