Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Document additional needed "Read Computers" permission #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mrw
Copy link

@mrw mrw commented Oct 31, 2023

Add the "Read Computers" API Scope to the requirements, because it's used to look up the computer ID from the serial number. See below:

jamfAuthEndpoint.append(path: "/JSSResource/computers/serialnumber/\(serialNumber)")
var computerRequest = URLRequest(url: jamfAuthEndpoint)

Add the "Read Computers" API Scope to the requirements, because it's used to look up the computer ID from the serial number. See https://github.com/jamf/jamf-laps-public/blob/b9345d0f155a4f92315e035b49fcd797df25c447/Jamf%20LAPS/JamfProApi.swift#L155.
@mrw mrw requested a review from a team as a code owner October 31, 2023 13:35
@team-adder team-adder bot requested a review from red5coder October 31, 2023 13:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant