Show resources per user basis #35408
Replies: 1 comment
-
Ok I found something that helped me |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
this might have been covered tens times, but I don't get it yet.
Let's say I have 10 nodes (all servers)
I have 3 users: Alice, Bob and Charlie.
I would like them to be able to ssh into them like this:
Alice --> can connect to nodes 1-5
Bob --> can connect to nodes 6-10
Charlie --> can connect to them all
When they enter the teleport cluster, I want them to see only hosts they can connect to: this means that Alice should see in the resource list only nodes 1-5, Bob 6-10 and Charlie all of them.
How to achieve this?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions