Skip to content

Reverting printableCharacters SCEP validation (#49758) - #49773

Merged
getvictor merged 1 commit into
rc-minor-fleet-v4.90.0from
victor/49756-cherry-pick-90
Jul 22, 2026
Merged

Reverting printableCharacters SCEP validation (#49758)#49773
getvictor merged 1 commit into
rc-minor-fleet-v4.90.0from
victor/49756-cherry-pick-90

Conversation

@getvictor

Copy link
Copy Markdown
Member

Related issue: Resolves #49756

Checklist for submitter

  • Changes file added for user-visible changes in changes/, orbit/changes/ or ee/fleetd-chrome/changes.
    See Changes
    files
    for more information.

Testing

  • Added/updated automated tests
  • QA'd all new/changed functionality manually

Summary by CodeRabbit

Summary by CodeRabbit

  • Bug Fixes
  • Custom SCEP proxy challenges can again include characters such as underscores.
    • Apple device enrollment works again with these challenges.
  • Removed the overly strict printable-character validation from the Custom SCEP configuration form.
  • The Challenge field now only enforces the required-value rule and no longer shows printable-character validation errors.

(cherry picked from commit 95b535a)

<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves #49756

# Checklist for submitter

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files)
for more information.

## Testing

- [x] Added/updated automated tests
- [x] QA'd all new/changed functionality manually

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

## Summary by CodeRabbit

* **Bug Fixes**
* Custom SCEP proxy challenges can again include characters such as
underscores.
  * Apple device enrollment works again with these challenges.
* Removed the overly strict printable-character validation from the
Custom SCEP configuration form.
* The Challenge field now only enforces the required-value rule and no
longer shows printable-character validation errors.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

(cherry picked from commit 95b535a)
@getvictor
getvictor marked this pull request as ready for review July 22, 2026 19:01
@getvictor
getvictor requested review from a team as code owners July 22, 2026 19:01
@getvictor
getvictor merged commit 987dca0 into rc-minor-fleet-v4.90.0 Jul 22, 2026
25 checks passed
@getvictor
getvictor deleted the victor/49756-cherry-pick-90 branch July 22, 2026 19:10
@codecov

codecov Bot commented Jul 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (rc-minor-fleet-v4.90.0@97fb5f5). Learn more about missing BASE report.

Additional details and impacted files
@@                    Coverage Diff                    @@
##             rc-minor-fleet-v4.90.0   #49773   +/-   ##
=========================================================
  Coverage                          ?   67.89%           
=========================================================
  Files                             ?     3889           
  Lines                             ?   248395           
  Branches                          ?    13175           
=========================================================
  Hits                              ?   168651           
  Misses                            ?    64535           
  Partials                          ?    15209           
Flag Coverage Δ
backend 69.28% <100.00%> (?)
frontend 60.38% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Custom SCEP proxy challenge printable-character validation blocks valid Apple enrollments

3 participants