Uploaded image for project: 'Continuum'
  1. Continuum
  2. CONTINUUM-1605

Continuum should not store the userid or password if 'use cached credentials' is checked

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1
    • 1.2
    • Database, SCM
    • None

    Description

      Continuum is storing scm passwords in the database in plain text.

      If the 'use cached credentials' checkbox is checked, it should use the provided userid and password for the initial pom retrieval, and then discard them.

      (Continuum has the ability to use svn credentials that have been pre-cached on the build server, but when you add a project the first request for the pom is not a svn checkout, it's just an http/https GET.)

      Workaround: periodically remove the credentials from the database:
      update PROJECT set SCM_PASSWORD = "";
      update PROJECT set SCM_USERNAME = "";

      Attachments

        Activity

          People

            olamy Olivier Lamy
            wsmoak Wendy Smoak
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: