{
  "_id": "6a5b347d9baadeef8ab4c8cf",
  "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://mrc-ide.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-18 08:05:17 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": "mrc-ide",
  "_type": "src",
  "_file": "vaultr_1.2.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/66a45ba976d9d5bf23f8870bc5c021fcb4eb2c125a51d4a447973d32238f6a49",
  "_filesize": 365226,
  "_sha256": "66a45ba976d9d5bf23f8870bc5c021fcb4eb2c125a51d4a447973d32238f6a49",
  "_expires": "2026-10-26T08:08:27.000Z",
  "_created": "2026-07-18T08:05:17.000Z",
  "_published": "2026-07-18T08:08:29.122Z",
  "_jobs": [
    {
      "job": 88060647539,
      "time": 135,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8427390651"
    },
    {
      "job": 88060647530,
      "time": 133,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8427390234"
    },
    {
      "job": 88060647542,
      "time": 80,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8427383113"
    },
    {
      "job": 88060647540,
      "time": 104,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8427386385"
    },
    {
      "job": 88060402146,
      "time": 194,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8427371955"
    },
    {
      "job": 88060647521,
      "time": 106,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8427386503"
    },
    {
      "job": 88060647575,
      "time": 93,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8427385201"
    },
    {
      "job": 88060647601,
      "time": 77,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8427382734"
    },
    {
      "job": 88060647545,
      "time": 82,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8427383358"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/mrc-ide/actions/runs/29636771144",
  "_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": 25453642,
    "type": "organization",
    "name": "MRC Centre for Global Infectious Disease Analysis",
    "followers": 160,
    "description": "MRC Centre hosted within the Department of Infectious Disease Epidemiology at Imperial College London"
  },
  "_downloads": {
    "count": 537,
    "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": [
    "mrc-ide"
  ],
  "_indexurl": "https://vimc.r-universe.dev/vaultr",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-07-18T08:07:33.000Z",
      "distro": "resolute",
      "commit": "63201264289f00c23f5fd35b9cc3a27a29103387",
      "fileid": "https://r2.ropensci.org/c7f1f21f92e26e4ef9d70266dbe806044ca1231b0e0ca869945474608818505d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrc-ide/actions/runs/29636771144"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-07-18T08:07:33.000Z",
      "distro": "resolute",
      "commit": "63201264289f00c23f5fd35b9cc3a27a29103387",
      "fileid": "https://r2.ropensci.org/b4d4244a5971f5d791d0d2d06c1299baec9d53a9a57de7b0b50269be8e39ea1c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrc-ide/actions/runs/29636771144"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-07-18T08:06:45.000Z",
      "commit": "63201264289f00c23f5fd35b9cc3a27a29103387",
      "fileid": "https://r2.ropensci.org/ecefb88162055bee3d25e79ba9d532fb99efc0d01190e7e31aa2fa9611409a56",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrc-ide/actions/runs/29636771144"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-07-18T08:07:07.000Z",
      "commit": "63201264289f00c23f5fd35b9cc3a27a29103387",
      "fileid": "https://r2.ropensci.org/de528d38db0f34c89c1c32fdd565f4a2ee74b626fb6ac36da414789515c30330",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrc-ide/actions/runs/29636771144"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2.0",
      "date": "2026-07-18T08:07:24.000Z",
      "commit": "63201264289f00c23f5fd35b9cc3a27a29103387",
      "fileid": "https://r2.ropensci.org/dd86406c826ac04a674447af55831ed6c88e4077c613e1968ec2383b29c09e39",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mrc-ide/actions/runs/29636771144"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-07-18T08:06:49.000Z",
      "commit": "63201264289f00c23f5fd35b9cc3a27a29103387",
      "fileid": "https://r2.ropensci.org/ab8e17fb018038401744b75e9e5de24adbb08759b6a75ce0bd78f5aaf017bdb1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrc-ide/actions/runs/29636771144"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-07-18T08:06:28.000Z",
      "commit": "63201264289f00c23f5fd35b9cc3a27a29103387",
      "fileid": "https://r2.ropensci.org/8a20b8c5093397a3ef0868ba013fa937839ada54383d37025cc17b1d82a8bfa7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrc-ide/actions/runs/29636771144"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-07-18T08:06:32.000Z",
      "commit": "63201264289f00c23f5fd35b9cc3a27a29103387",
      "fileid": "https://r2.ropensci.org/3586307d1cf5aa3d4cb56dd36d961ce859eb46c0168c69d2ee7d52631ddd63e3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrc-ide/actions/runs/29636771144"
    }
  ]
}