Skip to content

Support token-based auth #16

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

Open
jeffgus opened this issue Feb 20, 2019 · 0 comments
Open

Support token-based auth #16

jeffgus opened this issue Feb 20, 2019 · 0 comments

Comments

@jeffgus
Copy link

jeffgus commented Feb 20, 2019

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>
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

2 participants