We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently to use d3admin, the user must provide two usernames and three passwords, which are stored in the keychain.
API => user/passwd SQL => user/passwd MasterDistPoint => passwd
Devise a method for securely storing enough data in the JSS, accessible via the API, limited to the d3admin, to get the other passwords as needed.
Then store only the API username/passwd in the local keychain, possibly with one other key, for decryption.
Possible with ideas based on: https://github.com/jamfit/Encrypted-Script-Parameters
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently to use d3admin, the user must provide two usernames and three passwords, which are stored in the keychain.
API => user/passwd
SQL => user/passwd
MasterDistPoint => passwd
Devise a method for securely storing enough data in the JSS, accessible via the API, limited to the d3admin, to get the other passwords as needed.
Then store only the API username/passwd in the local keychain, possibly with one other key, for decryption.
Possible with ideas based on: https://github.com/jamfit/Encrypted-Script-Parameters
The text was updated successfully, but these errors were encountered: