-
Notifications
You must be signed in to change notification settings - Fork 10
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
Export from command-line permission issues #100
Comments
What command line options are you using to launch the app? Using |
We have not switched things over to use API Roles and Clients. The command I have been testing with is
I plan to export many more objects but wanted to get this error message sorted first. I did notice something odd... We are running Jamf Migrator automatically, on a schedule, to clone our production instance to our test instance. This is done on our Mac Mini that we use for automation tasks. I left JAMF Migrator in Export mode after testing with it manually yesterday, and then the automated task to migrate failed this morning. Does the CLI not switch between modes properly? Just a thought. |
I must have API client stuck on the brain, sorry for the misdirect. |
I tried
as well as
In both cases, I received the output
Which again, is odd because the Keychain Item is there it just seemingly isn't finding it. |
v7.4.2 should have the issue resolved. Let me know how it goes as time permits. |
Ok so finally got around to this again. So I can get this to run when the user is logged into our automation mini. When the user is not logged in though, it will just hang forever. I noticed that the keychain for this is stored in Local Items. How would you feel about having an option to have it stored in the login keychain instead? The reason being that we can issue a command |
I am receiving the following error message when trying to export raw XML from the command-line:
I have been using an account with read-only access for migration and that has worked fine with this same account. Are there different permissions required for exporting rather than migrating? I assumed they were the same. The odd thing is I have the credentials stored in the keychain, and I can see those credentials (JPMA-SERVERNAME) but it seems to just not be using those credentials when exporting via CLI.
Thanks for the great app!
The text was updated successfully, but these errors were encountered: