Skip to contents

Vault: Lists/Gets the AWS role present in your Vault instance.

Usage

aws_list_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 a list of aws roles present in your Vault instance.

Details

This function lists the AWS roles present in your Vault instance.

Examples


if (FALSE) {
aws_list_roles(url="vault-url.com",token=token)

}