Package: AzureKeyVault
Title: Key and Secret Management in 'Azure'
Version: 1.0.6
Authors@R: c(
person("Hong", "Ooi", , "hongooi73@gmail.com", role = c("aut", "cre")),
person("Microsoft", role="cph")
)
Description: Manage keys, certificates, secrets, and storage accounts
in Microsoft's 'Key Vault' service:
. Provides
facilities to store and retrieve secrets, use keys to encrypt,
decrypt, sign and verify data, and manage certificates.
Integrates with the 'AzureAuth' package to enable
authentication with a certificate, and with the 'openssl'
package for importing and exporting cryptographic objects. Part
of the 'AzureR' family of packages.
License: MIT + file LICENSE
URL: https://github.com/Azure/AzureKeyVault
https://github.com/Azure/AzureR
BugReports: https://github.com/Azure/AzureKeyVault/issues
VignetteBuilder: knitr
Depends: R (>= 3.3),
Imports: utils, R6, httr, jsonlite, openssl, jose, AzureRMR,
AzureGraph, AzureAuth (>= 1.0.1)
Suggests: AzureStor, knitr, rmarkdown, testthat
Roxygen: list(markdown=TRUE, r6=FALSE)
RoxygenNote: 7.3.1
Config/pak/sysreqs: libssl-dev
Repository: https://azure.r-universe.dev
Date/Publication: 2025-04-12 08:33:19 UTC
RemoteUrl: https://github.com/azure/azurekeyvault
RemoteRef: HEAD
RemoteSha: 4bec17dc6e9656f08e98009d1b11e815c8bc09d3
NeedsCompilation: no
Packaged: 2026-06-18 08:51:32 UTC; root
Author: Hong Ooi [aut, cre],
Microsoft [cph]
Maintainer: Hong Ooi