You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Releases are published via OSSRH. To authorize publishing for io.vena, your user account needs to have io.vena as a "verified namespace". I did this process with pdoyle@venacorp.com.
The authentication works like this:
The build step signs the jar with your GPG key
The publish step uses your OSSRH user credentials (name and token)
Your OSSRH user account is associated with an email address
Sonatype ensures that the GPG that signed the jar is associated with that email address by looking up the GPG key in a public keyserver (mine is here).
Sonatype ensures that the "namespace" (io.vena) you're trying to publish to is verified for your OSSRH user account.
In other words,
Your user account has a verified email and a verified namespace
When you attempt to publish with a given user account, you must
Use one of your verified namespaces
Sign the jar with a GPG key that is associated with your email on a public keyserver.
So... I think when we update the GPG key we'll need a new OSSRH user account too, because pdoyle@venacorp.com is no more.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Ok, I think I remember how this works. (@khchan)
Releases are published via OSSRH. To authorize publishing for
io.vena, your user account needs to haveio.venaas a "verified namespace". I did this process withpdoyle@venacorp.com.The authentication works like this:
io.vena) you're trying to publish to is verified for your OSSRH user account.In other words,
So... I think when we update the GPG key we'll need a new OSSRH user account too, because
pdoyle@venacorp.comis no more.Beta Was this translation helpful? Give feedback.
All reactions