Skip to content

Commit

Permalink
Merge pull request #5402 from abhijat/iam-roles-add-credentials-to-re…
Browse files Browse the repository at this point in the history
…mote-script

cloud_roles: adds minio credentials to mock iam server
  • Loading branch information
abhijat committed Jul 8, 2022
2 parents acb4e2e + 36423df commit 0aa6828
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/rptest/remote_scripts/aws_iam_role_mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ class AWSHandler(BaseHandler):
'Code': 'Success',
'LastUpdated': '2012-04-26T16:39:16Z',
'Type': 'AWS-HMAC',
'AccessKeyId': 'panda-user',
'SecretAccessKey': 'panda-secret',
'Token': '__REDPANDA_SKIP_IAM_TOKEN_x',
}

Expand Down

0 comments on commit 0aa6828

Please sign in to comment.