share_secret_with_key {secret} | R Documentation |
Share a secret, its AES key is known already.
Description
Share a secret, its AES key is known already.
Usage
share_secret_with_key(name, users, aeskey, vault)
Arguments
name |
Name of the secret. |
users |
Email addresses of users. |
aeskey |
AES key of the secret. |
vault |
Vault directory. |
[Package secret version 1.1.0 Index]