store_secret_with_key {secret}R Documentation

Store a secret, encrypted with its AES key.

Description

Store a secret, encrypted with its AES key.

Usage

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.


[Package secret version 1.1.0 Index]