CRAN

AzureKeyVault 1.0.0

Key and Secret Management in 'Azure'

Released May 14, 2019 by Hong Ooi

This package can be loaded by Renjin but all tests failed.

Dependencies

AzureRMR 2.1.2 jose 1.0 AzureGraph 1.0.2 AzureAuth 1.1.1 openssl 1.4 jsonlite 1.6 R6 2.4.0 httr 1.4.0

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.

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>AzureKeyVault</artifactId>
    <version>1.0.0-b1</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:AzureKeyVault')

Test Results

This package was last tested against Renjin 0.9.2726 on Jul 13, 2019.

Source

R

View GitHub Mirror

Release History