{
  "_id": "6a4798632f27a93436c0fc5d",
  "Package": "vaultr",
  "Authors@R": "c(person(\"Rich\", \"FitzJohn\", role = c(\"aut\", \"cre\"),\nemail = \"rich.fitzjohn@gmail.com\"),\nperson(\"Robert\", \"Ashton\", role = \"aut\"),\nperson(\"Wes\", \"Hinsley\", role = \"aut\"),\nperson(\"Imperial College of Science, Technology and Medicine\",\nrole = \"cph\"))",
  "Title": "Vault Client for Secrets and Sensitive Data",
  "Version": "1.2.0",
  "Description": "Provides an interface to a 'HashiCorp' vault server over\nits http API (typically these are self-hosted; see\n<https://www.vaultproject.io>).  This allows for secure storage\nand retrieval of secrets over a network, such as tokens,\npasswords and certificates.  Authentication with vault is\nsupported through several backends including user name/password\nand authentication via 'GitHub'.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/vimc/vaultr,\nhttps://www.vaccineimpact.org/vaultr/",
  "BugReports": "https://github.com/vimc/vaultr/issues",
  "SystemRequirements": "vault",
  "RoxygenNote": "7.2.3",
  "Encoding": "UTF-8",
  "VignetteBuilder": "knitr",
  "Language": "en-GB",
  "Roxygen": "list(markdown = TRUE)",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "libssl-dev",
  "Repository": "https://ncov-ic.r-universe.dev",
  "Date/Publication": "2023-11-09 12:51:39 UTC",
  "RemoteUrl": "https://github.com/vimc/vaultr",
  "RemoteRef": "master",
  "RemoteSha": "63201264289f00c23f5fd35b9cc3a27a29103387",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-03 08:29:32 UTC",
    "User": "root"
  },
  "Author": "Rich FitzJohn [aut, cre],\nRobert Ashton [aut],\nWes Hinsley [aut],\nImperial College of Science, Technology and Medicine [cph]",
  "Maintainer": "Rich FitzJohn <rich.fitzjohn@gmail.com>",
  "_user": "ncov-ic",
  "_type": "src",
  "_file": "vaultr_1.2.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/4f9f4d9289bbaa0c89a9bbfce4f7ae9258c254383c3ef60dbd34ef587ee8d5b2",
  "_filesize": 367057,
  "_sha256": "4f9f4d9289bbaa0c89a9bbfce4f7ae9258c254383c3ef60dbd34ef587ee8d5b2",
  "_expires": "2026-10-11T11:09:23.000Z",
  "_created": "2026-07-03T08:29:32.000Z",
  "_published": "2026-07-03T11:09:23.557Z",
  "_jobs": [
    {
      "job": 84987316219,
      "time": 187,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8061700919"
    },
    {
      "job": 84987316218,
      "time": 185,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8061700985"
    },
    {
      "job": 84987316055,
      "time": 99,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8061671981"
    },
    {
      "job": 84987315957,
      "time": 87,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8061668247"
    },
    {
      "job": 84987315595,
      "time": 149,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8061638630"
    },
    {
      "job": 84987315893,
      "time": 109,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8061675747"
    },
    {
      "job": 84987315991,
      "time": 91,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8061669393"
    },
    {
      "job": 84987316374,
      "time": 141,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8061686284"
    },
    {
      "job": 84987316215,
      "time": 74,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8061664355"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/ncov-ic/actions/runs/28648354835",
  "_status": "success",
  "_upstream": "https://github.com/vimc/vaultr",
  "_commit": {
    "id": "63201264289f00c23f5fd35b9cc3a27a29103387",
    "author": "Rich FitzJohn <r.fitzjohn@imperial.ac.uk>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #49 from vimc/vimc-7251\n\nCRAN release v 1.2.0",
    "time": 1699534299
  },
  "_maintainer": {
    "name": "Rich FitzJohn",
    "email": "rich.fitzjohn@gmail.com",
    "login": "richfitz",
    "mastodon": "@richfitz@fosstodon.org",
    "description": "",
    "uuid": 1558093
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "getPass",
      "role": "Imports"
    },
    {
      "package": "httr",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "mockery",
      "role": "Suggests"
    },
    {
      "package": "processx",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    }
  ],
  "_owner": "vimc",
  "_selfowned": false,
  "_usedby": 2,
  "_updates": [],
  "_tags": [],
  "_stars": 26,
  "_contributors": [
    {
      "user": "richfitz",
      "count": 389,
      "uuid": 1558093
    },
    {
      "user": "weshinsley",
      "count": 30,
      "uuid": 9009312
    },
    {
      "user": "r-ash",
      "count": 10,
      "uuid": 39248272
    },
    {
      "user": "jamesthompson1729",
      "count": 1,
      "uuid": 37335019
    },
    {
      "user": "maelle",
      "count": 1,
      "uuid": 8360597
    },
    {
      "user": "pseudopooja",
      "count": 1,
      "uuid": 68287919
    }
  ],
  "_userbio": {
    "uuid": 60158495,
    "type": "organization",
    "name": "mrc-ide covid response",
    "followers": 1
  },
  "_downloads": {
    "count": 579,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/vaultr"
  },
  "_devurl": "https://github.com/vimc/vaultr",
  "_searchresults": 2,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/vaultr.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/vimc/vaultr",
  "_realowner": "vimc",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.2",
      "date": "2019-05-16"
    },
    {
      "version": "1.1.0",
      "date": "2021-06-09"
    },
    {
      "version": "1.1.1",
      "date": "2022-08-22"
    },
    {
      "version": "1.2.0",
      "date": "2023-11-09"
    }
  ],
  "_exports": [
    "vault_client",
    "vault_resolve_secrets",
    "vault_test_server"
  ],
  "_help": [
    {
      "page": "vaultr-package",
      "title": "Vault Client for Secrets and Sensitive Data",
      "topics": [
        "vaultr-package",
        "vaultr"
      ]
    },
    {
      "page": "vault_api_client",
      "title": "Vault Low-Level Client",
      "topics": [
        "vault_api_client"
      ]
    },
    {
      "page": "vault_client",
      "title": "Make a vault client",
      "topics": [
        "vault_client",
        "vault_client_"
      ]
    },
    {
      "page": "vault_client_audit",
      "title": "Vault Audit Devices",
      "topics": [
        "vault_client_audit"
      ]
    },
    {
      "page": "vault_client_auth",
      "title": "Vault Authentication Configuration",
      "topics": [
        "vault_client_auth"
      ]
    },
    {
      "page": "vault_client_auth_approle",
      "title": "Vault AppRole Authentication Configuration",
      "topics": [
        "vault_client_auth_approle"
      ]
    },
    {
      "page": "vault_client_auth_github",
      "title": "Vault GitHub Authentication Configuration",
      "topics": [
        "vault_client_auth_github"
      ]
    },
    {
      "page": "vault_client_auth_ldap",
      "title": "Vault LDAP Authentication Configuration",
      "topics": [
        "vault_client_auth_ldap"
      ]
    },
    {
      "page": "vault_client_auth_userpass",
      "title": "Vault Username/Password Authentication Configuration",
      "topics": [
        "vault_client_auth_userpass"
      ]
    },
    {
      "page": "vault_client_cubbyhole",
      "title": "Cubbyhole secret store",
      "topics": [
        "vault_client_cubbyhole"
      ]
    },
    {
      "page": "vault_client_kv1",
      "title": "Key-Value Store (Version 1)",
      "topics": [
        "vault_client_kv1"
      ]
    },
    {
      "page": "vault_client_kv2",
      "title": "Key-Value Store (Version 2)",
      "topics": [
        "vault_client_kv2"
      ]
    },
    {
      "page": "vault_client_object",
      "title": "Base object type",
      "topics": [
        "vault_client_object"
      ]
    },
    {
      "page": "vault_client_operator",
      "title": "Vault Administration",
      "topics": [
        "vault_client_operator"
      ]
    },
    {
      "page": "vault_client_policy",
      "title": "Vault Policy Configuration",
      "topics": [
        "vault_client_policy"
      ]
    },
    {
      "page": "vault_client_secrets",
      "title": "Vault Secret Configuration",
      "topics": [
        "vault_client_secrets"
      ]
    },
    {
      "page": "vault_client_token",
      "title": "Vault Tokens",
      "topics": [
        "vault_client_token"
      ]
    },
    {
      "page": "vault_client_tools",
      "title": "Vault Tools",
      "topics": [
        "vault_client_tools"
      ]
    },
    {
      "page": "vault_client_transit",
      "title": "Transit Engine",
      "topics": [
        "vault_client_transit"
      ]
    },
    {
      "page": "vault_resolve_secrets",
      "title": "Resolve secrets from R objects",
      "topics": [
        "vault_resolve_secrets"
      ]
    },
    {
      "page": "vault_test_server",
      "title": "Control a test vault server",
      "topics": [
        "vault_server_instance",
        "vault_test_server"
      ]
    }
  ],
  "_readme": "https://github.com/vimc/vaultr/raw/master/README.md",
  "_rundeps": [
    "askpass",
    "curl",
    "getPass",
    "httr",
    "jsonlite",
    "mime",
    "openssl",
    "R6",
    "rstudioapi",
    "sys"
  ],
  "_vignettes": [
    {
      "source": "packages.Rmd",
      "filename": "packages.html",
      "title": "Using vaultr in packages",
      "author": "Rich FitzJohn",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Handling lack of vault gracefully",
        "Installing vault"
      ],
      "created": "2018-12-11 09:02:22",
      "modified": "2023-11-09 12:51:39",
      "commits": 6
    },
    {
      "source": "vaultr.Rmd",
      "filename": "vaultr.html",
      "title": "vaultr",
      "author": "Rich FitzJohn",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Connecting to vault",
        "Reading, writing, listing and deleting secrets",
        "Alternative login approaches",
        "Username and password (userpass)",
        "GitHub (github)",
        "LDAP (ldap)"
      ],
      "created": "2018-12-11 09:02:22",
      "modified": "2023-11-09 12:51:39",
      "commits": 4
    }
  ],
  "_score": 6.892094602690481,
  "_indexed": false,
  "_nocasepkg": "vaultr",
  "_universes": [
    "ncov-ic"
  ],
  "_indexurl": "https://vimc.r-universe.dev/vaultr",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-07-03T08:32:37.000Z",
      "distro": "resolute",
      "commit": "63201264289f00c23f5fd35b9cc3a27a29103387",
      "fileid": "https://r2.ropensci.org/5d58c6bd0b278d63e6024b31ab355e32ab4829d71e666d9a37bb3151092ac638",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ncov-ic/actions/runs/28648354835"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-07-03T08:32:36.000Z",
      "distro": "resolute",
      "commit": "63201264289f00c23f5fd35b9cc3a27a29103387",
      "fileid": "https://r2.ropensci.org/05a70f2dfb2dc0388123d8b54d3fc0b423b36ec4cc6e003154f781eeb3cd07aa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ncov-ic/actions/runs/28648354835"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-07-03T08:31:11.000Z",
      "commit": "63201264289f00c23f5fd35b9cc3a27a29103387",
      "fileid": "https://r2.ropensci.org/507b0c2639960d062123b82b80a50cd4af238daaade919bc8ead17d611fab59e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ncov-ic/actions/runs/28648354835"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-07-03T08:31:04.000Z",
      "commit": "63201264289f00c23f5fd35b9cc3a27a29103387",
      "fileid": "https://r2.ropensci.org/9f3f5dd7e1d6dcf1a27ed7b7de07423bf6a3c83ea579cf0310955b61333118cc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ncov-ic/actions/runs/28648354835"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2.0",
      "date": "2026-07-03T08:31:41.000Z",
      "commit": "63201264289f00c23f5fd35b9cc3a27a29103387",
      "fileid": "https://r2.ropensci.org/48b0368c04430496923e7fa249859fcc13246b5d58eee3d82b952549fd5156b2",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ncov-ic/actions/runs/28648354835"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-07-03T08:30:54.000Z",
      "commit": "63201264289f00c23f5fd35b9cc3a27a29103387",
      "fileid": "https://r2.ropensci.org/fa57e450664c9c930e6c2de97179c933ba92560ad38206ecfe36df11c7cbd989",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ncov-ic/actions/runs/28648354835"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-07-03T08:31:38.000Z",
      "commit": "63201264289f00c23f5fd35b9cc3a27a29103387",
      "fileid": "https://r2.ropensci.org/bb87c5b1e541bfa5682641f1c639dc3ef42c81b76d4afa6f1f94356b3b7e6991",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ncov-ic/actions/runs/28648354835"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-07-03T08:30:39.000Z",
      "commit": "63201264289f00c23f5fd35b9cc3a27a29103387",
      "fileid": "https://r2.ropensci.org/2c274d5a1799a285a4998aa20f7fece148d80e80efb9091e703fe8b88a122f6d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ncov-ic/actions/runs/28648354835"
    }
  ]
}