Jeroen van Meeuwen
Jeroen van Meeuwen
@markllama absolutely +1. Asking for input on passwords to be used for a variety of service account credentials is cumbersome for the user, and potentially prohibitively expensive. One case in...
@markllama very much +1 like on projectatomic/atomicapp#408
It seems like something as simple as: ``` js { "params": [ { "name": "some_param", "value": "some_value" } ], "graph": [ { "name": "some-external-app", "source": "docker://some/external-app" } ] } ```...
Right, I had not seen that example but it makes sense. I reckon `params` on the leaf does not necessarily need to be eliminated altogether though, and could be used...