jamf / JAWA

Jamf Automation and Webhook Assistant
MIT License
130 stars 12 forks source link
automation cronjob-scheduler jamf jamfpro jss macadmins mdm scheduling scripts timed webhook webhooks webhooks-catcher

Jamf Automation and Webhook Assistant ("JAWA") Version 3.1.0

JAWA allows an IT Administrator to focus on providing the best end user experience through automation.

[!] NOTE: Always test automations in a dev/eval environment before deploying to production.

What is JAWA?

JAWA, the Jamf Automation and Webhook Assistant, is a web server designed to streamline automation workflows with Jamf Pro and other services. It features a webhook receiver for real-time automation and a crontab for scheduled script execution and report generation. JAWA simplifies the creation of time-saving workflows for Jamf Pro admins, providing a user-friendly framework to connect multiple services seamlessly within an organization.

Check out JAWA on the Jamf Marketplace for screenshots.

Read the JAWA Admin Guide too!

Server Requirements

General Server Requirements:

Network Requirements:

Certificate Requirements:

Jamf Pro Requirements:

How to Use JAWA

Refer to the "JAWA Administrators Guide" in the current release for detailed installation and configuration instructions.

Installation Steps:

  1. Verify that you meet the server requirements.

  2. Rename the certificate to jawa.crt and the private key to jawa.key.

  3. Ensure you are in the same directory as your jawa.crt and jawa.key.

  4. Download and run the JAWA installer:

      curl -O https://raw.githubusercontent.com/jamf/JAWA/master/bin/installer.sh && sudo bash ./installer.sh
  5. After the installation is complete, go to your FQDN (e.g., https://jawa.company.com) in your web browser to continue with the web-based setup.

Configuration Steps:

  1. Log in to JAWA with your Jamf Pro URL and Jamf Pro Administrator Credentials.
  2. Click the “Setup link in the JAWA Dashboard or click Setup in the top navigation.
  3. Fill out the Server Setup form:
    • [required] JAWA Server Address FQDN (e.g., https://jawa.company.com) - this address must be resolvable by the Jamf Pro Server to send webhooks.
    • [recommended] Lock your JAWA to a primary Jamf Pro Server.
    • [optional] Add an alternate Jamf Pro Server.
  4. Click Setup.
  5. Set up your first webhook or timed automation.

When scripting for webhooks, verify JSON structure sent from source:

  1. Jamf Pro Webhook Event Info
  2. Okta Webhook Event Info

Releases

Find JAWA releases here.

JAWA v3.1.0 release