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

Fix some problems with Earthdata authorization. #2709

Merged
merged 8 commits into from
Jun 12, 2023

Commits on Jun 11, 2023

  1. Fix some problems with Earthdata authorization.

    re: Issue Unidata#2704
    
    The issue reported problems accessing e.g. opendap.earthdata.nasa.gov,
    which uses the authentication mechanisms of urs.earthdata.nasa.gov.
    The file *docs/auth.md* describes how to setup the proper authorization
    mechanisms for earthdata, but there turned out to be some bugs
    in the code that prevented this from working.
    
    ## Primary Changes
    * Add some clarification text to *auth.md*.
    * Fix the process for loading and merging *.ncrc* and *.dodsrc* file to conform to documentation.
    * Fix *NC_s3urlrebuild* so that non-S3 urls are passed through unchanged.
    * Fix a bug in the .rc test *test_rcmerge.sh*.
    DennisHeimbigner committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    12ec571 View commit details
    Browse the repository at this point in the history
  2. Update Release Notes

    DennisHeimbigner committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    1f12c09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9341904 View commit details
    Browse the repository at this point in the history
  4. add testcase

    DennisHeimbigner committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    a88da41 View commit details
    Browse the repository at this point in the history
  5. Fix missing file

    DennisHeimbigner committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    9d9a40d View commit details
    Browse the repository at this point in the history
  6. Remove extra file

    DennisHeimbigner committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    9aa8ca6 View commit details
    Browse the repository at this point in the history
  7. Remove debugging

    DennisHeimbigner committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    5fdc8d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    82ca8ca View commit details
    Browse the repository at this point in the history