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

AWS EBS Volume Not Encrypted Detail View Highlighting #1628

Closed
rieck-srlabs opened this issue Apr 17, 2024 · 1 comment
Closed

AWS EBS Volume Not Encrypted Detail View Highlighting #1628

rieck-srlabs opened this issue Apr 17, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@rieck-srlabs
Copy link
Contributor

Is your feature request related to a problem? Please describe.

The detail view for the AWS rule 'EBS Volume Not Encrypted' that one can reach when clicking on the rule name does not highlight the Encrypted status in the view. Instead, the full object is dumped in the HTML file:

Screenshot 2024-04-17 at 09 58 05

This is because the following code is used in services.ec2.regions.id.volumes.html:

        <h4 class="list-group-item-heading">Attributes</h4>
        {{> generic_object this}}

Describe the solution you'd like

The Encrypted status should be highlighted in red, as is done for lots of (/ most?) other rules.

@rieck-srlabs
Copy link
Contributor Author

Closing issue, as the fix was merged and is included in the latest release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant