Skip to content

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

Description

@jonkeane

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions