...
We have recently rewritten create remote event in Go and have provided the option f to use token auth skipping out one of the auth requests from the old Perl version.
...
Version 1.0.1 can be downloaded here: https://dl-omk.opmantek.com/remote_event/fast-remote-event-1.0.1-LinuxX86_64.bin
Code Block |
---|
-d int
Log Level (default 4)
-p string
Password for the remote user
-path string
Path for generate auth token script (default "/usr/local/omk/bin/generate_auth_token.pl")
-q Dont output anything (default true)
-retry int
Maximum number of retries
-s string
http://servername:portnumber/omk, API endpoint details are automatic. (default "http://localhost:8042/omk")
-t string
Token for auth
-u string
Username for remote server (default "nmis")
-v Verify the servers TLs connection (default true)
-version
Print out the version |
...
Code Block |
---|
fast-remote-event-1.0.0-LinuxX86_64.bin -s https://primary-one.opmantek.com/omk -t myexampletoken -event=testevent -host=localhost |
If your Opmantek Applications in a non standard location you can use -path to point to the full path of generate_auth_token.pl which is shiped in /usr/local/omk/bin/generate_auth_token.pl in future versions we aim to remove this.
...