Victor Lyuboslavsky
cab2426bf4
Added better handling of timeout and insufficient permissions errors in NDES SCEP proxy. ( #23654 )
...
#23525
# Demo
<div>
<a href="https://www.loom.com/share/e252ac2038b34941a9043867f79228f3 ">
<p>[Demo] Handling timeout and insufficient permission errors in NDES
#23525 - Watch Video</p>
</a>
<a href="https://www.loom.com/share/e252ac2038b34941a9043867f79228f3 ">
<img style="max-width:300px;"
src="https://cdn.loom.com/sessions/thumbnails/e252ac2038b34941a9043867f79228f3-2ff60eb9e0f54dd5-full-play.gif ">
</a>
</div>
# Checklist for submitter
If some of the following don't apply, delete the relevant line.
<!-- Note that API documentation changes are now addressed by the
product design team. -->
- [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/Committing-Changes.md#changes-files )
for more information.
- [x] Added/updated tests
- [x] Manual QA for all new/changed functionality
2024-11-11 14:57:28 -06:00
Victor Lyuboslavsky
e2d9a9016c
Add gosimple linter ( #23250 )
...
#23249
Add gosimple linter to golangci-lint CI job.
2024-10-29 14:17:51 -05:00
Victor Lyuboslavsky
f85b6f776f
Updating golangci-lint to 1.61.0 ( #22973 )
2024-10-18 12:38:26 -05:00
Victor Lyuboslavsky
567803955e
NDES SCEP proxy backend ( #22542 )
...
#21955
<div>
<a href="https://www.loom.com/share/ba40b440502845d2861fd3ec7611bade ">
<p>[Demo] Deploy SCEP certificates from Network Device Enrollment
Service (NDES) #21955 - Watch Video</p>
</a>
<a href="https://www.loom.com/share/ba40b440502845d2861fd3ec7611bade ">
<img style="max-width:300px;"
src="https://cdn.loom.com/sessions/thumbnails/ba40b440502845d2861fd3ec7611bade-84f2d88c9f5106c2-full-play.gif ">
</a>
</div>
Note: A few remaining subtasks will be done in a follow-up PR. See
#22123 for a detailed list.
# Checklist for submitter
If some of the following don't apply, delete the relevant line.
<!-- Note that API documentation changes are now addressed by the
product design team. -->
- [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/Committing-Changes.md#changes-files )
for more information.
- [x] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [x] Added/updated tests
- [x] Manual QA for all new/changed functionality
2024-10-09 13:47:27 -05:00
Victor Lyuboslavsky
e0faa14025
Updating scep package with latest fixes ( #22372 )
...
Updating scep package with changes up to
github.com/micromdm/scep@781f8042a79cabcf61a5e6c01affdbadcb785932
Fixes needed for NDES client for #21955
Manually pulled in the recent changes. You can view the changes in the
remote like:
https://github.com/getvictor/scep/compare/fleet...micromdm%3Ascep%3Amain
2024-09-27 07:04:11 -05:00
Roberto Dip
05818902cd
implement OTA enrollment ( #21942 )
...
for #21019
# Checklist for submitter
If some of the following don't apply, delete the relevant line.
<!-- Note that API documentation changes are now addressed by the
product design team. -->
- [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/Committing-Changes.md#changes-files )
for more information.
- [x] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [x] Added/updated tests
- [x] Manual QA for all new/changed functionality
2024-09-10 16:52:17 -03:00
Roberto Dip
1cc13a09fb
🧹 friday cleanup party: substitute deprecated import of go-kit ( #19774 )
...
`go-kit/kit/log` was deprecated and generating warnings
# Checklist for submitter
If some of the following don't apply, delete the relevant line.
<!-- Note that API documentation changes are now addressed by the
product design team. -->
- [x] Manual QA for all new/changed functionality
2024-06-17 10:27:31 -03:00
StepSecurity Bot
80335d88d1
[StepSecurity] Apply security best practices ( #17811 )
2024-03-22 16:19:11 -05:00
Roberto Dip
e8b7ce81dc
don't run SCEP test in parallel to avoid race in dependency ( #17457 )
...
The https://pkg.go.dev/go.mozilla.org/pkcs7 package uses an unguarded
package-level variable:
33d05740a3/ber.go (L19-L21)
This was causing this data race during tests:
```
==================
WARNING: DATA RACE
Read at 0x0000009b89b0 by goroutine 22:
go.mozilla.org/pkcs7.asn1Structured.EncodeTo()
/home/runner/go/pkg/mod/go.mozilla.org/pkcs7@v0.0.0-20210826202110-33d05740a352/ber.go:21 +0x56
go.mozilla.org/pkcs7.(*asn1Structured).EncodeTo()
<autogenerated>:1 +0xa5
go.mozilla.org/pkcs7.ber2der()
/home/runner/go/pkg/mod/go.mozilla.org/pkcs7@v0.0.0-20210826202110-33d05740a352/ber.go:68 +0xdb
go.mozilla.org/pkcs7.Parse()
/home/runner/go/pkg/mod/go.mozilla.org/pkcs7@v0.0.0-20210826202110-33d05740a352/pkcs7.go:160 +0x12f
github.com/fleetdm/fleet/v4/server/mdm/scep/scep.ParsePKIMessage()
/home/runner/work/fleet/fleet/server/mdm/scep/scep/scep.go:234 +0x1d2
github.com/fleetdm/fleet/v4/server/mdm/scep/scep_test.testParsePKIMessage()
/home/runner/work/fleet/fleet/server/mdm/scep/scep/scep_test.go:21 +0x56
github.com/fleetdm/fleet/v4/server/mdm/scep/scep_test.TestNewCSRRequest.func1()
/home/runner/work/fleet/fleet/server/mdm/scep/scep/scep_test.go:198 +0x7e5
testing.tRunner()
/opt/hostedtoolcache/go/1.21.7/x64/src/testing/testing.go:1595 +0x261
testing.(*T).Run.func1()
/opt/hostedtoolcache/go/1.21.7/x64/src/testing/testing.go:1648 +0x44
Previous write at 0x0000009b89b0 by goroutine 23:
go.mozilla.org/pkcs7.asn1Structured.EncodeTo()
/home/runner/go/pkg/mod/go.mozilla.org/pkcs7@v0.0.0-20210826202110-33d05740a352/ber.go:21 +0x6e
go.mozilla.org/pkcs7.(*asn1Structured).EncodeTo()
<autogenerated>:1 +0xa5
go.mozilla.org/pkcs7.ber2der()
/home/runner/go/pkg/mod/go.mozilla.org/pkcs7@v0.0.0-20210826202110-33d05740a352/ber.go:68 +0xdb
go.mozilla.org/pkcs7.Parse()
/home/runner/go/pkg/mod/go.mozilla.org/pkcs7@v0.0.0-20210826202110-33d05740a352/pkcs7.go:160 +0x12f
github.com/fleetdm/fleet/v4/server/mdm/scep/scep.(*PKIMessage).DecryptPKIEnvelope()
/home/runner/work/fleet/fleet/server/mdm/scep/scep/scep.go:344 +0xde
github.com/fleetdm/fleet/v4/server/mdm/scep/scep_test.TestNewCSRRequest.func1()
/home/runner/work/fleet/fleet/server/mdm/scep/scep/scep_test.go:199 +0x7fa
testing.tRunner()
/opt/hostedtoolcache/go/1.21.7/x64/src/testing/testing.go:1595 +0x261
testing.(*T).Run.func1()
/opt/hostedtoolcache/go/1.21.7/x64/src/testing/testing.go:1648 +0x44
Goroutine 22 (running) created at:
testing.(*T).Run()
/opt/hostedtoolcache/go/1.21.7/x64/src/testing/testing.go:1648 +0x845
github.com/fleetdm/fleet/v4/server/mdm/scep/scep_test.TestNewCSRRequest()
/home/runner/work/fleet/fleet/server/mdm/scep/scep/scep_test.go:165 +0x3ac
testing.tRunner()
/opt/hostedtoolcache/go/1.21.7/x64/src/testing/testing.go:1595 +0x261
testing.(*T).Run.func1()
/opt/hostedtoolcache/go/1.21.7/x64/src/testing/testing.go:1648 +0x44
Goroutine 23 (running) created at:
testing.(*T).Run()
/opt/hostedtoolcache/go/1.21.7/x64/src/testing/testing.go:1648 +0x845
github.com/fleetdm/fleet/v4/server/mdm/scep/scep_test.TestNewCSRRequest()
/home/runner/work/fleet/fleet/server/mdm/scep/scep/scep_test.go:165 +0x3ac
testing.tRunner()
/opt/hostedtoolcache/go/1.21.7/x64/src/testing/testing.go:1595 +0x261
testing.(*T).Run.func1()
/opt/hostedtoolcache/go/1.21.7/x64/src/testing/testing.go:1648 +0x44
==================
testing.go:1465: race detected during execution of test
=== NAME TestNewCSRRequest/KeyEncipherment_not_set_with_NOP_certificates_selector
```
2024-03-07 12:01:52 -03:00
Roberto Dip
89ae60ddec
fix tests run with -race in server/mdm/scep ( #17274 )
...
scheduled tests, which are run with `-race` are [failing][1], this was
fixed in the `etcd-io/bbolt` fork of the now archived `boltdb/bolt`, for
more details check [this issue][2].
since boltdb is used only for tests, and they're passing after switching
to the fork, this seems like a reasonable way to fix them.
[1]: https://github.com/fleetdm/fleet/actions/runs/8090809417
[2]: https://github.com/etcd-io/bbolt/issues/391
# Checklist for submitter
If some of the following don't apply, delete the relevant line.
<!-- Note that API documentation changes are now addressed by the
product design team. -->
- [x] Added/updated tests
- [x] Manual QA for all new/changed functionality
2024-02-29 15:55:15 -03:00
Jahziel Villasana-Espinoza
272ce3187f
feat: move scep dependency inside the monorepo ( #16988 )
...
Following the pattern set up by Martin and Lucas for similar PRs. Can be
reviewed by commits:
1. move scep directory into monorepo
2. update import paths
3. update go.mod, go.sum
4. fix golint errors in scep package
5. skip a failing test that's been broken for a while
6. fix that failing test
# Checklist for submitter
If some of the following don't apply, delete the relevant line.
<!-- Note that API documentation changes are now addressed by the
product design team. -->
- [x] Manual QA for all new/changed functionality
Also verified that our test suite runs the `scep` tests.
2024-02-22 13:13:46 -05:00