Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-20139

add support to track where a credential is used

    • Icon: New Feature New Feature
    • Resolution: Fixed
    • Icon: Major Major
    • credentials-plugin
    • None

      An admin should be able to check where (and more important if) the credentials are used.
      This might need an additional API to allow plugins to inform the credentials-plugin about the use of a specific credential.

          [JENKINS-20139] add support to track where a credential is used

          Adding an API to allow tracking usage against the fingerprint database. Credentials consumers will need to update to use this API

          Stephen Connolly added a comment - Adding an API to allow tracking usage against the fingerprint database. Credentials consumers will need to update to use this API

          Stephen Connolly added a comment - https://github.com/jenkinsci/credentials-plugin/pull/58

          Code changed in jenkins
          User: Jesse Glick
          Path:
          src/main/java/com/cloudbees/plugins/credentials/CredentialsProvider.java
          http://jenkins-ci.org/commit/credentials-plugin/a69e1a5314a3d816273af697d8a0fabf59473f62
          Log:
          JENKINS-20139 Inaccurate/incomplete Javadoc for `track` overloads.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: src/main/java/com/cloudbees/plugins/credentials/CredentialsProvider.java http://jenkins-ci.org/commit/credentials-plugin/a69e1a5314a3d816273af697d8a0fabf59473f62 Log: JENKINS-20139 Inaccurate/incomplete Javadoc for `track` overloads.

          Code changed in jenkins
          User: Stephen Connolly
          Path:
          src/main/java/com/cloudbees/plugins/credentials/CredentialsProvider.java
          http://jenkins-ci.org/commit/credentials-plugin/d20ac24fde82efc58df1b0670374ce9718f7fd88
          Log:
          Merge pull request #70 from jglick/track-Javadoc

          JENKINS-20139 Inaccurate/incomplete Javadoc for `track` overloads

          Compare: https://github.com/jenkinsci/credentials-plugin/compare/408765b9ad75...d20ac24fde82

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Stephen Connolly Path: src/main/java/com/cloudbees/plugins/credentials/CredentialsProvider.java http://jenkins-ci.org/commit/credentials-plugin/d20ac24fde82efc58df1b0670374ce9718f7fd88 Log: Merge pull request #70 from jglick/track-Javadoc JENKINS-20139 Inaccurate/incomplete Javadoc for `track` overloads Compare: https://github.com/jenkinsci/credentials-plugin/compare/408765b9ad75...d20ac24fde82

          John V added a comment -

          Is it possible to somehow disable this tracking feature? I would like to do that since this adds two additional buttons ("Project Relationship" and "Check File Fingerprints") to the Jenkins main page and we have no intention to track the credentials.

          John V added a comment - Is it possible to somehow disable this tracking feature? I would like to do that since this adds two additional buttons ("Project Relationship" and "Check File Fingerprints") to the Jenkins main page and we have no intention to track the credentials.

            stephenconnolly Stephen Connolly
            domi Dominik Bartholdi
            Votes:
            1 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: