{
  "_id": "6a1f129bb401979e7341ddc5",
  "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://vimc.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-05-17 07:35:40 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>",
  "MD5sum": "fcad2a59d3ae4e5f9c40362a583c4abf",
  "_user": "vimc",
  "_type": "src",
  "_file": "vaultr_1.2.0.tar.gz",
  "_fileid": "caf9b3f47b0df0d55e1913d27598f9d813cc330b2a09b71526a4e4ccd5fbf8ec",
  "_filesize": 364253,
  "_sha256": "caf9b3f47b0df0d55e1913d27598f9d813cc330b2a09b71526a4e4ccd5fbf8ec",
  "_created": "2026-05-17T07:35:40.000Z",
  "_published": "2026-06-02T17:27:55.752Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79131849869,
      "time": 133,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7040485319"
    },
    {
      "job": 79131850048,
      "time": 136,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040485702"
    },
    {
      "job": 79131850144,
      "time": 90,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7040480434"
    },
    {
      "job": 79131849977,
      "time": 94,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040480890"
    },
    {
      "job": 79131849381,
      "time": 196,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040470062"
    },
    {
      "job": 79131849290,
      "time": 104,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7365090557"
    },
    {
      "job": 79131849719,
      "time": 115,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7040483380"
    },
    {
      "job": 79131849993,
      "time": 142,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7040486381"
    },
    {
      "job": 79131850306,
      "time": 88,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040480293"
    }
  ],
  "_buildurl": "https://github.com/r-universe/vimc/actions/runs/25984736863",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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
  },
  "_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": true,
  "_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": 26278316,
    "type": "organization",
    "name": "Vaccine Impact Modelling Consortium"
  },
  "_downloads": {
    "count": 780,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/vaultr"
  },
  "_devurl": "https://github.com/vimc/vaultr",
  "_searchresults": 2,
  "_rbuild": "4.6.0",
  "_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",
    "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": true,
  "_nocasepkg": "vaultr",
  "_universes": [
    "vimc",
    "richfitz"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-05-17T07:37:59.000Z",
      "distro": "noble",
      "commit": "63201264289f00c23f5fd35b9cc3a27a29103387",
      "fileid": "a64a0d88ab5758723e1cafb27f9bb0b367450f7d8dce56bfec4e2064a8e3f241",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vimc/actions/runs/25984736863"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-05-17T07:38:00.000Z",
      "distro": "noble",
      "commit": "63201264289f00c23f5fd35b9cc3a27a29103387",
      "fileid": "1bce9c55fa482e479c24e6894a538b7fc04e4e4b5d0b8808074013e9ad1aeca9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vimc/actions/runs/25984736863"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-05-17T07:37:23.000Z",
      "commit": "63201264289f00c23f5fd35b9cc3a27a29103387",
      "fileid": "a6f7312f300da620aa0752979de3f093f056e8dbc22fdb1f96ef33c24a7c133e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vimc/actions/runs/25984736863"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-05-17T07:37:25.000Z",
      "commit": "63201264289f00c23f5fd35b9cc3a27a29103387",
      "fileid": "3b0940e90367cfdd8091940e3fda63684a346c2da1d7cf685013631fc74cb9cd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vimc/actions/runs/25984736863"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-05-17T07:37:38.000Z",
      "commit": "63201264289f00c23f5fd35b9cc3a27a29103387",
      "fileid": "ccae6664b8c06159c4c140c32cbd00d360d8cefac2e0a9eed4512044a352d90b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vimc/actions/runs/25984736863"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-05-17T07:37:56.000Z",
      "commit": "63201264289f00c23f5fd35b9cc3a27a29103387",
      "fileid": "be60755c1fc120e4afb422eef2f79d87f37cdfea3a2a1ed9fae16319150ce1ef",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vimc/actions/runs/25984736863"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-05-17T07:37:03.000Z",
      "commit": "63201264289f00c23f5fd35b9cc3a27a29103387",
      "fileid": "5ddc6c0d8fdabd442bb51d382ffbdd67cacbada8f67c597b01b622f7e374cbf7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vimc/actions/runs/25984736863"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2.0",
      "date": "2026-06-02T17:27:36.000Z",
      "commit": "63201264289f00c23f5fd35b9cc3a27a29103387",
      "fileid": "1bfaf4d7b1a80da05c4b9484841b4dab61c3d4bd44f66f7949d85fa8593e0360",
      "status": "success",
      "buildurl": "https://github.com/r-universe/vimc/actions/runs/25984736863"
    }
  ]
}