Task.json input type of password
See original GitHub issueIs there a way to specify an input to be a secured field (masks the input)?
{
"name": "password",
"type": "password",
"label": "Password",
"defaultValue": "",
"required": true
}
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Task.json input type of password · Issue #2967 - GitHub
Is there a way to specify an input to be a secured field (masks the input)? { "name": "password" ... Task.json input type...
Read more >Secured/masked input type field in task.json file
json file that will have its input masked or secured. When you type in the field, its characters should not be readable like...
Read more >VSTS Build Task Input Types - azure pipelines - Stack Overflow
Is there any way I can make the connectedService field in task.json hidden and use a fixed value(which I know) for the same...
Read more >Use secure files - Azure Pipelines - Microsoft Learn
A: Build your own tasks that use secure files by using inputs with type secureFile in the task.json . Learn how to build...
Read more >Using secrets from Azure Key Vault in a pipeline
We will retrieve the password in an Azure pipeline and passed on to subsequent tasks. Before you begin. Refer the Getting Started page...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey @bryanmacfarlane,
As for that, how shall one read these variables from a PowerShell script? Is referencing by
$env:<variable_name>
going to return astring
, or something likeSystem.Security.SecureString
? I need to be able to use that secret variable in a.ps1
file.Hi bryanmacfarlane, I have simillary problem like emre-aki. What is possible solution?
Best regards, Varun