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

Manage Access to credentialed-access projects Using Access Point Policies #2293

Open
wants to merge 11 commits into
base: dev
Choose a base branch
from

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    27ce749 View commit details
    Browse the repository at this point in the history
  2. Add S3_CONTROLLED_ACCESS_BUCKET to specify the default bucket for sto…

    …ring projects with a 'RESTRICTED/CREDENTIALED' access policy.
    Chrystinne committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    35db8fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57acd48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8c354a View commit details
    Browse the repository at this point in the history
  5. Change the creation of the bucket policy to now consider whether it i…

    …s being created for the open data bucket or the controlled data bucket. This update also changes how we grant access to users for the controlled-access dataset by using Access Points (APs). It includes creating and listing APs, creating and updating AP policies, and associating AWS users with APs.
    Chrystinne committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c87cc69 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04ed5ee View commit details
    Browse the repository at this point in the history
  7. Check if the AWS instance exists for the project. Modify the sign_dua…

    … view to use update_data_access_point_policy instead of the old bucket policy update method. Ensure the S3 credentials exist before updating the data access point policy.
    Chrystinne committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d17d97b View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    ea10922 View commit details
    Browse the repository at this point in the history
  2. Use the --no-sign-request argument to avoid loading AWS credentials w…

    …hen downloading open-access projects.
    Chrystinne committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    fddcb1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1198626 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    729aa5d View commit details
    Browse the repository at this point in the history