Fixed
Details
Assignee
Peter GrzybowskiPeter GrzybowskiReporter
Alf-Rune SiqvelandAlf-Rune SiqvelandLabels
Story Points
5Remaining Story Points
3Priority
(None)Days in progress
0Fix versions
Sprint
NoneBacklog
yes
Details
Details
Assignee
Peter Grzybowski
Peter GrzybowskiReporter
Alf-Rune Siqveland
Alf-Rune SiqvelandLabels
Story Points
5
Remaining Story Points
3
Priority
Days in progress
0
Fix versions
Sprint
None
Backlog
yes
Zendesk Support
Zendesk Support
Zendesk Support
Checklist
Checklist
Checklist
Created April 12, 2024 at 8:30 AM
Updated July 11, 2024 at 9:42 AM
Resolved June 4, 2024 at 4:53 PM
The
mTLS
feature in the mender-gateway is sending a Preauthorize request on every authentication request received from the client. This behavior could be optimized by forwarding request with a verified client certificate and only authorize the device if it receives a 401 response.Acceptance criteria:
Update the certificate verification process
If certificate is authorized: forward the request
If deviceauth returns 401 - send a preauth request with the force-flag set
Update the deviceauth preauthorize force behavior
Change database insert operation to an “upsert” operation