clojars

richiardiandrea 2020-12-21T20:21:40.061800Z

@richiardiandrea has joined the channel

richiardiandrea 2020-12-21T20:22:35.062900Z

Hi there, I am trying to create a deploy token for a group I am admin (`perun`)...the dropdown though does not show it...is there anything additional I need to do there?

2020-12-22T15:05:03.064700Z

I just deployed a fix to have the scope dropdown show all groups you are a member of, not just ones you have deployed to

1
2020-12-21T20:44:45.063Z

Has the Clojars account you are logged in to deployed any jars to the perun group? It looks like the logic for presenting the group list on the token page finds groups based on the jars your account has deployed, not by looking at the groups you are a member of

richiardiandrea 2020-12-21T21:08:25.063200Z

@tcrawley yeah so my user arichiardi has never deployed on that group.

richiardiandrea 2020-12-21T21:09:34.063400Z

I will try to deploy with normal credentials then

richiardiandrea 2020-12-21T23:10:12.063600Z

It did not work, I need a token it seems:

Return code is: 401, ReasonPhrase: Unauthorized - a deploy token is required to deploy (see ).

richiardiandrea 2020-12-21T23:18:27.063800Z

I am not sure what the best course of action is here atm...cc @allentiak @podviaznikov Maybe you folks can add one of the existing tokens you use to CircleCI? I don't seem to be able to generated a new one

2020-12-22T00:24:26.064Z

You can create an unscoped token to do a first deploy to any jar in the group. Once you have done that, you can then disable that token and create a scoped one. Or I can fix the bug :), but probably won't be able to do that today

richiardiandrea 2020-12-22T01:06:34.064200Z

Ah! Did not think about that, you are indeed more clever than me 😄

richiardiandrea 2020-12-22T01:06:40.064400Z

I will do that 🙂