Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SS task does not create an environment variable for the secret password #50

Open
KeetsScrimalittle1 opened this issue Jan 19, 2024 · 1 comment

Comments

@KeetsScrimalittle1
Copy link

When I use the Secret Server Build task to checkout a secret, The task will create environment variables for DSS_username, DSS_domain, which i can access and see via a test script that dumps environment variables, but I do not see one actually created for DSS_password even though the secret server task output says it has created one. What is the correct way to reference the secret variable for the password?

image

image

@Sean-Taitano-CPP
Copy link

secret values are not mapped directly to environment variables you must do it manually:

https://learn.microsoft.com/en-gb/azure/devops/pipelines/process/variables?view=azure-devops-2020&tabs=classic%2Cbatch#secret-variables

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants