Hi All,
Kindof new to this, but i have a role that looks like this
{
“role_type”: “token”,
“policies”: [“token”],
“token_explicit_max_ttl”: 60,
“user_claim”: “user_login”,
“bound_claims_type”: “glob”,
“bound_claims”: {
“project_id”: “12234”,
“ref”: “master”,
“ref_type”: “branch”
}
}
Is there a way to have more than one project ID or have more than one bound claims section?
Thanks