You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "itay-jether (via GitHub)" <gi...@apache.org> on 2024/03/04 13:20:32 UTC

[I] object store ApplicationDefaultCredentials auth is not working on windows [arrow-rs]

itay-jether opened a new issue, #5466:
URL: https://github.com/apache/arrow-rs/issues/5466

   Object store default authentication (ApplicationDefaultCredentials) works with looks for a json file, which on linusx is on usually on `~/.config/gcloud/application_default_credentials.json`. The path is determined by using concatentating the path of `HOME`  environment variable with the string `.config/gcloud/application_default_credentials.json`
   
   However, on windows it can be in other paths, like `C:\Users\[User]\AppData\Roaming\gcloud` directory, the directroy can be retrieved by `gcloud info`, under 'User Config Directory'. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] object store ApplicationDefaultCredentials auth is not working on windows [arrow-rs]

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold closed issue #5466: object store ApplicationDefaultCredentials auth is not working on windows 
URL: https://github.com/apache/arrow-rs/issues/5466


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] object store ApplicationDefaultCredentials auth is not working on windows [arrow-rs]

Posted by "Xuanwo (via GitHub)" <gi...@apache.org>.
Xuanwo commented on issue #5466:
URL: https://github.com/apache/arrow-rs/issues/5466#issuecomment-1977825908

   > However, on windows it can be in other paths, like `C:\Users\[User]\AppData\Roaming\gcloud` directory, the directroy can be retrieved by `gcloud info`, under 'User Config Directory'.
   
   On windows, we should read `%APPDATA%\gcloud\application_default_credentials.json` instead.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] object store ApplicationDefaultCredentials auth is not working on windows [arrow-rs]

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold commented on issue #5466:
URL: https://github.com/apache/arrow-rs/issues/5466#issuecomment-1977204513

   I'm afraid I don't have a windows machine on which to test this, but would welcome a PR. I presume this information must be encoded in the environment somehow


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] object store ApplicationDefaultCredentials auth is not working on windows [arrow-rs]

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold commented on issue #5466:
URL: https://github.com/apache/arrow-rs/issues/5466#issuecomment-1998863704

   `label_issue.py` automatically added labels {'object-store'} from #5473


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org