Project Description
SUSE Manager and Uyuni do support OpenSCAP and user can make use of it to keep the compliance status in check. However, when it comes to usability, there are things that could be improved.
Goal for this Hackweek
1. Step
- Remove requirement of clients having SCAP content, but rather all the content will stay at server and will be transferred to client temporary at the time of scan.
2. Step
- Improve the UI to list all the scap content files as select list so user can easily select the content
- Then based on previous step, select the profiles available in selected data stream from the last step
3. Step
- Add the possibility to upload the tailoring file on the server
- Extend the UI in 2.Step to make it possible for the user to select the uploaded tailoring file
- Based on selected tailoring file, select the profile
4. Step
- Adjust the salt states if needed
5. Step
- Parse the results, especially the remediations as bash script
- Apply the remediation using salt right from the scap feature UI
Bonus
- Add taskomatic job to download scap content from SUSE server once per day to make use of '--fetch-remote-resources F
Resources
- https://github.com/uyuni-project/uyuni
- https://documentation.suse.com/suma/4.3/en/suse-manager/administration/openscap.html
Skills
- Java
- React
- TypeScript
- OpenSCAP
- Database
Looking for hackers with the skills:
uyuni java javascript openscap complianceascode react typescript susemanager
This project is part of:
Hack Week 22
Activity
Comments
Be the first to comment!
Similar Projects
Move Uyuni Test Framework from Selenium to Playwright by oscar-barrios
Description
The goal of this project is to migrate the existing Uyuni Test Framework from using Selenium to Playwright. This migration will improve the stability, speed, and maintainability of our end-to-end tests by leveraging the modern features of Playwright. The work involves rewriting existing Selenium code in Ruby to Playwright code in TypeScript. This will include updating test framework runner, step definitions, and configurations. As we also need to move from Cucumber Ruby to CucumberJS.
Goals
- Migrate Core tests including Onboarding of clients
- Improve test reliabillity: Measure and confirm a significant reduction of flakynes.
- Implement a robust framework: Establish a well-structured and reusable Playwright test framework using the CucumberJS
Resources
- Existing Uyuni Test Framework (Cucumber Ruby + Capybara + Selenium)
- My Template for CucumberJS + Playwright in TypeScript
Move Uyuni Test Framework from Selenium to Playwright by oscar-barrios
Description
The goal of this project is to migrate the existing Uyuni Test Framework from using Selenium to Playwright. This migration will improve the stability, speed, and maintainability of our end-to-end tests by leveraging the modern features of Playwright. The work involves rewriting existing Selenium code in Ruby to Playwright code in TypeScript. This will include updating test framework runner, step definitions, and configurations. As we also need to move from Cucumber Ruby to CucumberJS.
Goals
- Migrate Core tests including Onboarding of clients
- Improve test reliabillity: Measure and confirm a significant reduction of flakynes.
- Implement a robust framework: Establish a well-structured and reusable Playwright test framework using the CucumberJS
Resources
- Existing Uyuni Test Framework (Cucumber Ruby + Capybara + Selenium)
- My Template for CucumberJS + Playwright in TypeScript