HTTP POST
-
Hi Russell
You are probably aware already that you are onto something of a special thing with your Triggercmd agent, and as soon as you manage to deploy to android and iPhone I believe you are going to get allot of interest from investors because you would then have a foothold and ability across all major platforms.Just by installing an accessible agent on a device wipes out the most robust form of security, which is inaccessibility. Then opening channels\triggers over the agent diminishes the security further.
I believe security needs to come at the point of accessing the exposed webhook\agent on the device and not in limiting the functionality. By allowing variables you are enhancing your potential market place to automation specialists. The ability to only initiate a static predefined trigger is very restrictive.Your concern is warranted, as there is a posibility of a breach in security especially because a simple key does not offer much of a security blanket. Maybe offer a warning that if the end user "enables" variables on a trigger he is increasing his risk. Maybe upgrade accessibility security to certificates as used by virtual private networks. Maybe limit the originating request to zapier and other trusted services.
If you gave me the option in my use case I would enable variables.
Thanks for considering it.
Jonathan -
@jgodney, thank you for this feedback and for thinking about this with me. I agree it would open up a lot of capabilities if you could pass a parameters field, so I should figure out a way to do it securely. If you enable that feature on the agent itself rather than in the cloud, it would be secure by default. I'm thinking it should be a boolean flag on each command which would default to false, and like you said, the GUI should warn the user about turning it on.
The idea of limiting the API client to Zapier, and maybe IFTTT is interesting, but probably too limiting again.
I'm also interested in your ideas for the Android and iOS apps - do you mean a client app or an agent? The Android app I published so far is just a wrapper for the web interface, but I'd like to improve it at some point.
-
https://www.integromat.com has a good idea with their agent\app on the https://www.integromat.com/en/integrations/ios and even better on the Android https://www.integromat.com/en/integrations/android but with the flexibility of your solution and your automation focus, you would be a much more attractive all round management platform.
@Russ said in HTTP POST:
If you enable that feature on the agent itself rather than in the cloud, it would be secure by default. I'm thinking it should be a boolean flag on each command which would default to false, and like you said, the GUI should warn the user about turning it on.Yes this arguments functionality could work well at the time of agent deployment and it does sure up the security with the functionality being disabled by default and only enabled on a task by task basis on the agent. Maybe the warning should also point the user to an article online that helps them to understand the vulnerability they would be opening up. A boolean flag sounds good and simple.
This would be a good strategery while access to agents via the cloud is still controlled by a key string.
I would, however, suggest that all task initiation channels are checked and enabled and documented for arguments to be passed to each task so that the Task and local Command can use it. E.g. POST commands and Zapier... (after thought: that probably did not need to be said)
This arguments functionality would revolutionise your solution with developers and automation specialists integrating your solution. I am one who would be using it in a production implementation right away. -
@jgodney, yea I'm convinced - TRIGGERcmd should support an optional parameters text field for each command. I'll work on it.
I'd never heard of Integromat. Now I want to setup an integration for that too.
-
Check this out.
I opened my commands.json file in Notepad via the API using Postman. I'll publish a new agent version that will support parameters soon.
-
It's ready. Please give it a try. I put some details in this accouncement and this IFTTT article. More to come - like passing parameters from Zapier.
Thanks for this suggestion - this is really cool. I just setup an IFTTT trigger to display any pictures I add to a Google Photos album.
-
Apologies on posting to such an old thread!
I'm having trouble getting this to fire via integromat http request.Any tips?
Error getting when adding Header--
Authorization: [token]
{"err":"Format is Authorization: Bearer [token]"}
If I use: Authorization: Bearer [token]
I get this error--
Header name must be a valid HTTP Token ["Authorization: Bearer"]
-
Nvm! Figured it out!
-
@Josiah-Richards, if you don't mind, what were you doing wrong at first? I ask because other user's might have the same problem and I could probably improve that API error response.
-
@Josiah-Richards, if you don't mind, what were you doing wrong at first? I ask because other user's might have the same problem and I could probably improve that API error response.
Not a problem! Basically, when using the HTTP Make a request module in Integromat ― make the header name "Authorization" and the Value MUST include Bearer + [token].
Example:
Name: Authorization
Value: Bearer 123456789etctoken -
Thanks @Josiah-Richards, that helps.
Also BTW, your screenshot didn't work for me because I don't have access to it. You can actually copy/paste a screenshot into your post.
-
@Russ Edited! Thanks!
-
@Josiah-Richards and @jgodney, please be aware, there's an official Integromat integration now.