You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WarpGate let's you add multiple targets under the same name, for example, an SSH target with the name app-1 and HTTP target app-1 can both exist at the same time. But it seems like adding targets with the same names requires administrators to attach roles for both, the SSH and HTTP target, to the user to make it work.
As an elaborate example to replicate this issue:
Create an SSH target with the name app-1 and allow access from a role called app-ssh
Create an HTTP target with the same name, app-1 and allow access from a role called app-web
Attach the app-web to a user, and notapp-ssh.
The HTTP target does not show up for the user on the homepage, and is not accessible unless the app-ssh role is attached to the same user as well.