Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests/kola/ignition: add S3 ARN tests; test intra-cloud anonymous S3/GCS access #1717

Merged
merged 3 commits into from
May 18, 2022
Merged

tests/kola/ignition: add S3 ARN tests; test intra-cloud anonymous S3/GCS access #1717

merged 3 commits into from
May 18, 2022

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    48f1ea5 View commit details
    Browse the repository at this point in the history
  2. tests/kola/ignition: add S3 ARN tests

    Test the new ARN support in Ignition 2.14.0.
    
    S3 access points can't be accessed anonymously, so even the public objects
    need to be tested from inside an EC2 instance.
    bgilbert committed May 17, 2022
    Configuration menu
    Copy the full SHA
    0bcec5c View commit details
    Browse the repository at this point in the history
  3. tests/kola/ignition: test intra-cloud anonymous S3/GCS object fetching

    Have ext.config.ignition.resource.remote use the new noInstanceCreds flag
    to disable instance credentials in EC2 and GCE instances, so the test
    fetches resources anonymously.  Move the checks for authenticated access
    of public objects into the authenticated-* tests.
    bgilbert committed May 17, 2022
    Configuration menu
    Copy the full SHA
    6fa3b80 View commit details
    Browse the repository at this point in the history