{
  "_id": "6a33cc593efcd9bda43b3295",
  "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-06-18 10:42:49 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": "968f46c4cf3d4c26058c479b5b6b7682",
  "_user": "mrc-ide",
  "_type": "src",
  "_file": "vaultr_1.2.0.tar.gz",
  "_fileid": "ce7a9eef9c158bfd4e357686433eb7881291357f8842287de4270b78c781212c",
  "_filesize": 367092,
  "_sha256": "ce7a9eef9c158bfd4e357686433eb7881291357f8842287de4270b78c781212c",
  "_created": "2026-06-18T10:42:49.000Z",
  "_published": "2026-06-18T10:45:45.886Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 82111270692,
      "time": 127,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7721106737"
    },
    {
      "job": 82111270687,
      "time": 132,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7721106188"
    },
    {
      "job": 82111270701,
      "time": 80,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7721088963"
    },
    {
      "job": 82111270660,
      "time": 90,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7721091944"
    },
    {
      "job": 82110639650,
      "time": 220,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7721060434"
    },
    {
      "job": 82111270697,
      "time": 105,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7721097097"
    },
    {
      "job": 82111270699,
      "time": 87,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7721090598"
    },
    {
      "job": 82111270725,
      "time": 85,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7721089949"
    },
    {
      "job": 82111270729,
      "time": 77,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7721088956"
    }
  ],
  "_buildurl": "https://github.com/r-universe/mrc-ide/actions/runs/27753822034",
  "_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": 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": 155,
    "description": "MRC Centre hosted within the Department of Infectious Disease Epidemiology at Imperial College London"
  },
  "_downloads": {
    "count": 568,
    "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",
    "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-06-18T10:45:12.000Z",
      "distro": "noble",
      "commit": "63201264289f00c23f5fd35b9cc3a27a29103387",
      "fileid": "c19fcf1277ae1b542801ddedb7ca09bda63af6d94f5b91198110a0430db9bc75",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrc-ide/actions/runs/27753822034"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-06-18T10:45:09.000Z",
      "distro": "noble",
      "commit": "63201264289f00c23f5fd35b9cc3a27a29103387",
      "fileid": "33960886c9b8dd011ac927f9592f5474ee72fac475ca08f8253dc381e3d54433",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrc-ide/actions/runs/27753822034"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-06-18T10:44:24.000Z",
      "commit": "63201264289f00c23f5fd35b9cc3a27a29103387",
      "fileid": "278beeb11a8f7c10f51be4a6cb044d220827b1b8d434831e85f32ae17b8f0ae3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrc-ide/actions/runs/27753822034"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-06-18T10:44:33.000Z",
      "commit": "63201264289f00c23f5fd35b9cc3a27a29103387",
      "fileid": "5f1ec62e05edaae3a2bef8cd151dc53a38e2a89b3dff561a7ce21fa3a2c4abbe",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrc-ide/actions/runs/27753822034"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2.0",
      "date": "2026-06-18T10:45:03.000Z",
      "commit": "63201264289f00c23f5fd35b9cc3a27a29103387",
      "fileid": "8047382278d86ccded05676e0de50a67756dcfd7c171b0049c3022f6a0e03515",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mrc-ide/actions/runs/27753822034"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-06-18T10:44:17.000Z",
      "commit": "63201264289f00c23f5fd35b9cc3a27a29103387",
      "fileid": "c4228974e5198e4078eebd3b031d94d5229a7cf1059ecbd82ea12f94f9bc4058",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrc-ide/actions/runs/27753822034"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-06-18T10:44:15.000Z",
      "commit": "63201264289f00c23f5fd35b9cc3a27a29103387",
      "fileid": "28d134de8c7d84b53356488933b34ac992b75bded51b04a4a69c73ac02f75b4c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrc-ide/actions/runs/27753822034"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-06-18T10:44:13.000Z",
      "commit": "63201264289f00c23f5fd35b9cc3a27a29103387",
      "fileid": "5929ec3805755f3f34fd9f0fe4d501559ad649bb43036cd492a82cb650ca748d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrc-ide/actions/runs/27753822034"
    }
  ]
}