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
  <https://www.vaultproject.io>).  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
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2023-11-09 11:17:25 UTC; rfitzjoh
Author: Rich FitzJohn [aut, cre],
  Robert Ashton [aut],
  Wes Hinsley [aut],
  Imperial College of Science, Technology and Medicine [cph]
Maintainer: Rich FitzJohn <rich.fitzjohn@gmail.com>
Repository: CRAN
Date/Publication: 2023-11-09 12:30:02 UTC
Built: R 4.6.0; ; 2025-10-14 02:29:25 UTC; windows
