Skip to content

Commit

Permalink
tests/kola/ignition: add commented-out S3 MRAP URLs
Browse files Browse the repository at this point in the history
We already have a multi-region access point ready to go.  Add disabled
checks that we'll want to enable once Ignition supports MRAP access.
  • Loading branch information
bgilbert committed May 7, 2022
1 parent bccbe06 commit 38bb258
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/kola/ignition/resource/authenticated-s3/config.bu
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,17 @@ storage:
- path: /var/resource/arn-ap-versioned-latest
contents:
source: "arn:aws:s3:us-east-1:460538899914:accesspoint/ignition-test-fixtures-ap/object/resources/versioned"

# Pending https://github.com/coreos/ignition/issues/1276
# - path: /var/resource/arn-mrap-anon
# contents:
# source: "arn:aws:s3:us-east-1:460538899914:accesspoint/myhsd4oog7zwk.mrap/object/resources/anonymous"
# - path: /var/resource/arn-mrap-auth
# contents:
# source: "arn:aws:s3:us-east-1:460538899914:accesspoint/myhsd4oog7zwk.mrap/object/resources/authenticated"
# - path: /var/resource/arn-mrap-versioned-original
# contents:
# source: "arn:aws:s3:us-east-1:460538899914:accesspoint/myhsd4oog7zwk.mrap/object/resources/versioned?versionId=Y9YqVujoLyHHSHJ4DslyXoaLvcilQJnU"
# - path: /var/resource/arn-mrap-versioned-latest
# contents:
# source: "arn:aws:s3:us-east-1:460538899914:accesspoint/myhsd4oog7zwk.mrap/object/resources/versioned"

0 comments on commit 38bb258

Please sign in to comment.