gitbucket-maven-repository-plugin icon indicating copy to clipboard operation
gitbucket-maven-repository-plugin copied to clipboard

Support token-based auth

Open jeffgus opened this issue 6 years ago • 0 comments

Instead of putting plain passwords in the settings.xml file, it would be nice just to generate a token and use that in the settings.xml. e.g.:

    <server>
      <id>internal-releases</id>
      <configuration>
        <httpHeaders>
          <property>
            <name>Authorization</name>
            <value>token blah</value>
          </property>
        </httpHeaders>
      </configuration>
    </server>

jeffgus avatar Feb 20 '19 22:02 jeffgus