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

storageccl: support per-statement credentials param for GCS #32544

Merged
merged 1 commit into from
Dec 3, 2018

Commits on Nov 21, 2018

  1. storageccl: support per-statement credentials param for GCS

    Previously, the options for GCS authentication for bulk IO were:
    
    * set the value of `cloudstorage.gs.default.key` (`auth=default`)
    * use the GCP SDK's implicit auth (`auth=implicit`)
    
    This change adds the option `auth=specified`, allowing the JSON key object to
    be sent in the new `credentials` query param, allowing for authentication on a
    per-statement basis.
    
    Fixes cockroachdb#31602
    
    Release note (enterprise change): Adds the option to supply Google Cloud
    Storage credentials on a per-statement basis with the query parameter
    `credentials`.
    lucy-zhang committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    844cb6b View commit details
    Browse the repository at this point in the history