-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.25 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Package: vaultr
Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"),
email = "[email protected]"),
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
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3