Skip to contents

Vault: Gets the AWS role info from Vault.

Usage

get_aws_role_info(url = NULL, token = NULL, role_name = NULL)

Arguments

url

URL of the HashiCorp Vault instance.

token

token from user/github/approle/etc.... registered in Vault.

role_name

role_name for role registered in Vault

Value

Return's the user token that allows an individual to query secrets in Vault.

Details

This function gets the AWS role info from Vault for the role registered in your Vault instance.

Examples


if (FALSE)   get_aws_role_info(url,token,role_name)