Dependencies and Credentials #2310
Replies: 2 comments 3 replies
-
All credentials supplied to the parent bundle are passed along to any dependencies in the current implementation of dependencies. This means that if you are using a dependency that needs a credential, you must redeclare that credential on the parent bundle too. This is something that is being completely overhauled in the proposal for changing dependencies in Porter but is a long way off from being implemented. |
Beta Was this translation helpful? Give feedback.
-
Hi @carolynvs,
Essentially chaining the parent's parameters and passing them to the child call. |
Beta Was this translation helpful? Give feedback.
-
Hi,
In a situation where a parent bundle depends on a child bundle and both have credentials (same ones), how should those be passed along?
There's a parameters object under a dependency but nothing is mentioned about credentials...
Beta Was this translation helpful? Give feedback.
All reactions