gravitational / teleport

The easiest, and most secure way to access and protect all of your infrastructure.
https://goteleport.com
GNU Affero General Public License v3.0
17.62k stars 1.76k forks source link

Allow automatically-discovered cloud provider tags to be hidden in web UI/`tsh` output #24230

Open webvictim opened 1 year ago

webvictim commented 1 year ago

What would you like Teleport to do?

When automatically enrolling cloud-based resources in Teleport, all provider tags present on those resources are displayed in the web UI and tsh output, filling up the screen and making resources difficult to identify uniquely.

We should add the ability to hide tags based on a regex or pattern match for tidiness.

What problem does this solve?

Usability and tidiness.

If a workaround exists, please include it.

None currently.

See also

https://github.com/gravitational/teleport/discussions/24030

zmb3 commented 1 year ago

FYI @avatus - the product decision that we made here was that this will be fixed by:

  1. the unified resource view no longer devotes so much screen real estate to labels
  2. we would put the cloud provider labels at the end of the list, so they would be more likely to be the ones that are truncated

Unified view is shipping in v14, so I think we just need to do the 2nd part to call this complete.

programmerq commented 1 year ago

@zmb3 Could the cloud provider labels also be sorted to the end when using tsh ls?