-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
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
Web: Discover flows should allow to set resource labels (single enrollments) #46976
Comments
For SSH Server enrollments If the user adds anything there, the UI must update the token to include those labels as Line 866 in 95b8489
When the installer script is fetched, it will include all the Note: the token already has one suggested label For database enrollments The UI calls this endpoint Line 889 in 95b8489
Which already has the Labels field Line 55 in 6614832
For EKS Clusters teleport/lib/web/integrations_awsoidc.go Line 535 in 02354f8
For self-hosted Kube Clusters ![]() |
Some of the resource-adding Discover flows do not allow to provide resource labels. This was intentionally omitted when we were originally implementing them but one consistent piece of feedback from SE team is that this leads to high friction during PoV's and is one of the main reasons they don't recommend these flows. Without ability to set resource labels, users have to resort to CLI to edit service config file to update the labels after having deployed it via Discover.
The text was updated successfully, but these errors were encountered: