Hi,
I am new to Vault.
$vault write auth/aws/role/dev-role auth_type=iam policies=dev max_ttl=1h
Error writing data to auth/aws/role/dev-role: Error making API request.
Code: 400. Errors:
* at least be one bound parameter should be specified on the role
Two questions:
1. In the case of auth_type=iam, what are the bound_xxx parameters that make sense to use?
2. If I use "bound_iam_principal_arn" wouldn't this limit this role to be used by only one account? I have a bunch of lambdas in different accounts that would like to auth against this role.
thanks!
Ernesto