Yohan460 / terraform-provider-jamf

Other
14 stars 10 forks source link

Implemented support for Jamf OAuth API Clients #20

Closed jc0b closed 4 months ago

jc0b commented 9 months ago

This PR adds support for API Clients, as introduced in Jamf 10.49.

A client ID and a client secret can be provided either via the client_id and client_secret provider variables, or via the JAMF_CLIENT_ID and JAMF_CLIENT_SECRET environment variables.

This PR relies on another PR for go-jamf-api being merged.