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

Release pipeline PyPI phase is not having secrets correctly injected #8507

Closed
marstr opened this issue Feb 12, 2019 · 3 comments
Closed

Release pipeline PyPI phase is not having secrets correctly injected #8507

marstr opened this issue Feb 12, 2019 · 3 comments
Assignees

Comments

@marstr
Copy link
Member

marstr commented Feb 12, 2019

The release pipeline:
https://dev.azure.com/azure-public/azcli/_release?definitionId=2

When referencing secrets, we are getting empty values. There are two ways that we can fix it:

  1. Continue digging to see why Key Vault values aren't getting injected into our script.
  2. Mimic what was done with the Debian release phase, and use the "Azure CLI" task. This will allow us to use our own product to fetch the secrets.
@marstr marstr self-assigned this Feb 12, 2019
@tjprescott
Copy link
Member

I would vote for #2. Seems like the simplest approach.

@marstr
Copy link
Member Author

marstr commented Feb 13, 2019

Agreed, that was my plan. Other one is too hard to estimate.

@marstr
Copy link
Member Author

marstr commented Feb 13, 2019

This is now complete. After authenticating, you can see the "Azure CLI" task here:
https://dev.azure.com/azure-public/azcli/_releaseDefinition?definitionId=2&_a=definition-tasks&environmentId=5

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

No branches or pull requests

3 participants