mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
**Related issue:** Resolves #33351 Resolves an unreleased bug with Gitops validation of CA names. Previously only gitops path was validating that a CA didn't have the same name as another CA(I.e. Hydrant didn't have same name as digicert) whereas correct validation per PM is only within a given type of CA, i.e. can't have 2 hydrant with same name. Will also need cherrypick to 4.74. No changes file sinec this is an unreleased bug in the overall Hydrant CA story. # Checklist for submitter If some of the following don't apply, delete the relevant line. - [x] Input data is properly validated, `SELECT *` is avoided, SQL injection is prevented (using placeholders for values in statements) - [x] If paths of existing endpoints are modified without backwards compatibility, checked the frontend/CLI for any necessary changes ## Testing - [x] Added/updated automated tests - [x] Where appropriate, [automated tests simulate multiple hosts and test for host isolation](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/reference/patterns-backend.md#unit-testing) (updates to one hosts's records do not affect another) - [x] QA'd all new/changed functionality manually For unreleased bug fixes in a release candidate, one of: - [x] Confirmed that the fix is not expected to adversely impact load test results - [x] Alerted the release DRI if additional load testing is needed |
||
|---|---|---|
| .. | ||
| digicert | ||
| embedded_scripts | ||
| hostidentity | ||
| hydrant | ||
| testdata | ||
| appconfig.go | ||
| calendar.go | ||
| calendar_test.go | ||
| certificate_authorities.go | ||
| certificate_authorities_test.go | ||
| devices.go | ||
| errors.go | ||
| hosts.go | ||
| maintained_apps.go | ||
| maintained_apps_test.go | ||
| mdm.go | ||
| mdm_export_for_test.go | ||
| mdm_external_test.go | ||
| mdm_profiles.go | ||
| mdm_test.go | ||
| orbit.go | ||
| request_certificate.go | ||
| request_certificate_test.go | ||
| scep_proxy.go | ||
| scep_proxy_test.go | ||
| scim.go | ||
| service.go | ||
| setup_experience.go | ||
| setup_experience_test.go | ||
| software.go | ||
| software_installers.go | ||
| software_installers_test.go | ||
| software_title_icons.go | ||
| teams.go | ||
| teams_test.go | ||
| testing_utils.go | ||
| users.go | ||
| users_test.go | ||
| vpp.go | ||
| vulnerabilities.go | ||