-
Notifications
You must be signed in to change notification settings - Fork 474
jamf_pro: fix instructions for Header Authentication configuration #11819
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🚀 Benchmarks reportPackage
|
Data stream | Previous EPS | New EPS | Diff (%) | Result |
---|---|---|---|---|
inventory |
6666.67 | 5319.15 | -1347.52 (-20.21%) | 💔 |
To see the full report comment with /test benchmark fullreport
💚 Build Succeeded
cc @efd6 |
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
The jamf
documentation on webhooks states otherwise, but I see same issue being reported in few places and the user got it working with this updated setup in #11759 (comment)
The Jamf documentation is ambiguous, rather than contradictory to this change. |
Package jamf_pro - 0.1.2 containing this change is available at https://epr.elastic.co/package/jamf_pro/0.1.2/ |
…lastic#11819) The current instructions state that the Jamf webhook should be configured with a JSON object withe the auth header name in "Authorization" and the auth token in "Token". According to Jamf, this is not correct. The headers are apparently constructed from the object such that the key is the header name and the value is the header value. Reflect this in the instructions.
…lastic#11819) The current instructions state that the Jamf webhook should be configured with a JSON object withe the auth header name in "Authorization" and the auth token in "Token". According to Jamf, this is not correct. The headers are apparently constructed from the object such that the key is the header name and the value is the header value. Reflect this in the instructions.
Proposed commit message
The current instructions state that the Jamf webhook should be configured with a JSON object withe the auth header name in "Authorization" and the auth token in "Token". According to Jamf, this is not correct. The headers are apparently constructed from the object such that the key is the header name and the value is the header value. Reflect this in the instructions.
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots