Package: vaultr Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"), email = "rich.fitzjohn@gmail.com"), person("Robert", "Ashton", role = "aut"), person("Wes", "Hinsley", role = "aut"), person("Imperial College of Science, Technology and Medicine", role = "cph")) Title: Vault Client for Secrets and Sensitive Data Version: 1.2.0 Description: Provides an interface to a 'HashiCorp' vault server over its http API (typically these are self-hosted; see ). This allows for secure storage and retrieval of secrets over a network, such as tokens, passwords and certificates. Authentication with vault is supported through several backends including user name/password and authentication via 'GitHub'. License: MIT + file LICENSE URL: https://github.com/vimc/vaultr, https://www.vaccineimpact.org/vaultr/ BugReports: https://github.com/vimc/vaultr/issues SystemRequirements: vault Imports: R6, getPass, httr, jsonlite Suggests: knitr, mockery, processx, rmarkdown, testthat, withr 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: 2026-06-16 09:33:33 UTC; root Author: Rich FitzJohn [aut, cre], Robert Ashton [aut], Wes Hinsley [aut], Imperial College of Science, Technology and Medicine [cph] Maintainer: Rich FitzJohn