Vault: Lists the AWS roles registered in Vault.
Usage
list_aws_roles(url = NULL, token = NULL)
Arguments
- url
URL of the HashiCorp Vault instance.
- token
token from user/github/approle/etc.... registered in Vault.
Value
Return's the AWS roles that are registered in Vault.
Details
This function lists the AWS roles that are registered in Vault.
Examples
if (FALSE) list_aws_roles(url,token)