I try to connect to a target with following command:
boundary connect -target-id ttcp_YrLzMjBym4 -listen-port 9200
When I add a grant to my role like following it works (obviously, as it is a wildcard):
id=*;type=*;actions=authorize-session
when trying to narrow the scope down to only that certain target I can not connect anymore:
id=ttcp_YrLzMjBym4;type=*;actions=authorize-session
Error output with the second grant configuration:
Error from controller when performing authorize-session against target:
Error information:
Code:
Message: Forbidden
Status: 403