Preferred method for handling interactive authentication? #575
-
I am currently working on a I have failed with two methods and succeeded with one. While I did find success, I am unsure if this is the preferred way to include interactive authentication within a pipeline and would love to hear other perspectives on this subject. Maybe this can generally be thought of as "what is the preferred method for accepting user input in a pipeline build?". Failures:
Success:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
targets
is a very opinionated tool, and with the exception of debugging, interactivity in pipelines is out of scope. I recommend including instructions in your project's documentation to help your collaborators establish their own credentials before running the pipeline. Maybe it would also help to include a target or pre-pipeline step that asserts those credentials before launching into the full workflow.