We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What happened:
Looks like RBAC treats multiple node_labels in allow role block with logical AND (#8766), but access controller treats this with logical OR
node_labels
allow
AND
OR
'cluster' : 'production'
'service': 'example'
'cluster' : 'staging'
allow: logins: [admin] node_labels: 'service': ['example'] 'cluster': ['production']
tsh ls
tctl access ls
/etc/os-release
tsh version
The text was updated successfully, but these errors were encountered:
Hi Team,
Bumping this one as we ran into it today and caused quite a few problems when trying to understand how to correctly create new roles.
Sorry, something went wrong.
Closing, as we've deprecated the roletester with Teleport 10.
No branches or pull requests
Description
What happened:
Looks like RBAC treats multiple
node_labels
inallow
role block with logicalAND
(#8766), but access controller treats this with logicalOR
Reproduction Steps
'cluster' : 'production'
and'service': 'example'
'cluster' : 'staging'
and'service': 'example'
tsh ls
will show only first nodetctl access ls
will show all nodesServer Details
/etc/os-release
): Debian 11Client Details
tsh version
): v8.0.1The text was updated successfully, but these errors were encountered: