engine.#NewSecret support#1307
Conversation
|
✔️ Deploy Preview for devel-docs-dagger-io ready! 🔨 Explore the source changes: 3e1ce901fa0aad8dd5996d36f66e4738a766585c 🔍 Inspect the deploy log: https://app.netlify.com/sites/devel-docs-dagger-io/deploys/61d89b413704fe000807044a 😎 Browse the preview: https://deploy-preview-1307--devel-docs-dagger-io.netlify.app |
|
Seems like this could be useful for things like |
|
@talentedmrjones Yeah, I like that idea. I think I need a bit more understanding of how it would work. I have some intuitive concerns about security, but I'm not sure I can articulate them well yet. |
|
@aluzzardi That should solve our problem! We will need to update |
|
Addressing @shykes comment #1305 (comment)
Changed to
Changed to
I don't have an answer to that. We technically can support that, but the entire point of inputs is not to. |
To clarify, I didn’t mean “please let us execute a command on the client”. I meant “please let us execute a command inside a container” |
|
It's doable with #Exec + #NewSecret |
Fixes #1305 Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
|
Ping |
shykes
left a comment
There was a problem hiding this comment.
Looks good. If you could just add a comment on the parent issue with the new spec, for easier searching down the road.
|
Done |
Fixes #1305
/cc @grouville @TomChv
I know you run into problems with secrets being either
stringand#Secret-- this should fix that problem.