Skip to content
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

display security group id rules #47152

Merged

Conversation

GavinFrazar
Copy link
Contributor

@GavinFrazar GavinFrazar commented Oct 3, 2024

Changelog: Fixed a bug where security group rules that refer to another security group by ID were not displayed in web UI enrollment wizards when viewing security group rules.

Closes #46620

This PR makes it so the security rule dialog correctly populates the rules that are based on security group ID rather than IP ranges. It also fixes the table style to truncate long descriptions since those can be up to 255 characters long - you can still see the full description by hovering over the text though.

Before

before-sg-id-fix

After

after-sg-id-fix

@GavinFrazar GavinFrazar added ui discover Issues related to Teleport Discover backport/branch/v16 labels Oct 3, 2024
@GavinFrazar GavinFrazar force-pushed the gavinfrazar/display-id-based-security-group-rules branch 2 times, most recently from 5043eb4 to 1d84069 Compare October 3, 2024 20:28
@GavinFrazar GavinFrazar force-pushed the gavinfrazar/display-id-based-security-group-rules branch from 1d84069 to 901fb86 Compare October 4, 2024 19:12
@GavinFrazar GavinFrazar added this pull request to the merge queue Oct 5, 2024
Merged via the queue into master with commit d1645de Oct 5, 2024
43 of 44 checks passed
@GavinFrazar GavinFrazar deleted the gavinfrazar/display-id-based-security-group-rules branch October 5, 2024 01:14
@public-teleport-github-review-bot

@GavinFrazar See the table below for backport results.

Branch Result
branch/v16 Failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/branch/v16 discover Issues related to Teleport Discover size/sm ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Discover RDS security group picker does not show all security group rules
3 participants