You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Component outputs are a great way for components to provide values to upstream consumers. Sometimes the data will be static (e.g. an event topic), and other times it will be dynamic with a different value provided to each consumer (e.g. credentials).
The above schema assumes that the outputs.*.on.create will launch a task that has access to the public service. This should operate the same way other tasks and cronjobs work today.
The credentials should be the only thing logged to stdout
The task we actually create should write the stdout contents to a "secret" resource that gets created for each consumer
The text was updated successfully, but these errors were encountered:
I'm not sold on the stdout being used by the hook author as the way to provide the payload for the output. I feel like that cripples any potential to use stdout for debugging related features. I welcome any other suggestions for how this handshake should work.
Component outputs are a great way for components to provide values to upstream consumers. Sometimes the data will be static (e.g. an event topic), and other times it will be dynamic with a different value provided to each consumer (e.g. credentials).
The component spec
Implementation notes
outputs.*.on.create
will launch a task that has access to the public service. This should operate the same way other tasks and cronjobs work today.The text was updated successfully, but these errors were encountered: