As announced in
https://groups.google.com/d/msg/clojure/GmAU4XwnRpw/oetRCb0UCgAJ,
Clojars now supports deploy tokens to be used in place of a password
when deploying artifacts. A deploy token is now *required* to deploy
as of today - deploying with a password is no longer supported.

If you try to deploy with a password, you should get a message like
(the git.io link will take you to the deploy token documentation):

> Could not transfer artifact some-artifact:jar:0.1.0 from/to
> clojars (https://repo.clojars.org/): Failed to transfer file:
> https://repo.clojars.org/some-artifact/some-artifact/0.1.0/some-artifact-0.1.0.jar.
> Return code is: 401, ReasonPhrase: Unauthorized - a deploy token is required 
> to deploy (see https://git.io/JfwjM).

See https://github.com/clojars/clojars-web/wiki/Deploy-Tokens for
instructions on creating and using deploy tokens. A quick summary of
that doc is:

- Visit https://clojars.org/tokens, log in, then create a token (the
  token will only be shown once, so be sure to copy it)
- Use your username and deploy token to deploy an artifact (the deploy
  token is used in place of your password)

You will still need to use your password to login to the web interface
of clojars.org - a token cannot be used there.

Please file an issue at https://github.com/clojars/clojars-web/issues
if you have any problems.

- The Clojars Team

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/CAA3HuybF0uiP%2BZWGR89_GVWk-Au5DhUNts4CpJR9j3z%3DHd4tUA%40mail.gmail.com.

Reply via email to