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

I shouldn't need to authenticate for a public conbench #3

Open
jonkeane opened this issue Sep 29, 2022 · 1 comment
Open

I shouldn't need to authenticate for a public conbench #3

jonkeane opened this issue Sep 29, 2022 · 1 comment

Comments

@jonkeane
Copy link

For getting data from a public conbench, we shouldn't require that someone provide a username and password, since the API is open. But I can't find a way to do that for any instance other than conbench.ursa.dev

A very very bad no good workaround for this is (subbing in the correct URL for the conbench instance):

assignInNamespace(
  "get_config", 
  function(...) list("url" = "https://conbench.domain.com/"), 
  ns="conbenchcoms", 
  envir=as.environment("package:conbenchcoms")
)

But nobody should actually do this.

@boshek
Copy link
Collaborator

boshek commented Nov 16, 2022

I wonder if a design like googlesheet4 uses might work: https://googlesheets4.tidyverse.org/reference/gs4_deauth.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants