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

Password is in clear text in .Credentials file #139

Closed
rusergeev opened this issue May 6, 2016 · 2 comments
Closed

Password is in clear text in .Credentials file #139

rusergeev opened this issue May 6, 2016 · 2 comments

Comments

@rusergeev
Copy link

I noticed, that build account user name and password are stored in agent.Credentials:

{
  "Scheme": "Negotiate",
  "Data": {
    "username": "DOMAIN\\BuildUser",
    "password": "asfk(KOJ292la#",
    "url": "https://tfs.company.com/tfs"
  }

Is it going to be like that?

@ericsciple
Copy link
Contributor

This PR is changing it: #97

Has a dependency on some server side changes rolling out to production.

@bryanmacfarlane
Copy link
Collaborator

That's one of the reasons this preview is VSTS only.

Note also that the file is locked down to the account that's configuring in the local directory for the agent that the account is configuring.

prebansa pushed a commit to prebansa/azure-pipelines-agent that referenced this issue Aug 6, 2019
…ft#139)

* Add the latest version of Ruby in the tool cache to the path

* Remove unintended file

* Also install common gems

* Don't 'gem install' anything after all
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

3 participants