store_secret_with_key: Store a secret, encrypted with its AES key.

Description Usage Arguments

View source: R/secrets.R

Description

Store a secret, encrypted with its AES key.

Usage

1
store_secret_with_key(name, value, key, vault)

Arguments

name

Name of secret.

value

Value of secret.

key

The AES key, an aes object from the openssl package.

vault

Vault directory.


secret documentation built on July 2, 2020, 1:49 a.m.