10 Jul 2019 09:53 AM - last edited on 28 Jun 2021 12:48 PM by MaciejNeumann
While I run the oneagent_build_plugin it complains about a missing tokenfile.
While I can enter the token manually, it would be very nice to actually have this in a file.
But I cannot find out where or what the file should be named.
Any chance of updating the documentation for this?
There are also other places in the OneAgent plugin documentation where it could be a bit more verbose.
Any plans on updating and extending?
Solved! Go to Solution.
10 Jul 2019 01:15 PM
Did you try to use the "-T" switch? Or set the ONEAGENT_PLUGIN_UPLOAD_TOKEN variable? Or just name your token file plugin_upload.token ?
-T TOKEN_FILE, --token_file TOKEN_FILE
set the authentication token file (by default env
variable ONEAGENT_PLUGIN_UPLOAD_TOKEN, or
plugin_upload.token from configuration directory if
env variable is not specified)
16 Jul 2019 09:46 AM
I saw that when I did the help on the upload plugin. However the build plugin doesnt state this. That would be extremely helpful.