Hosting Private Plugin on AWS CodeArtifact

We’re migrating all of our companie’s assets from Nexus to AWS CodeArtifact and it looks like hosting our custom IntelliJ plugins there may not be possible? We can publish our plugins just fine, but adding the plugins to our updatePlugin.xml file so our developers can install/update in the IDE appears to not be possible. We need an authorization token for the Code Artifact repo and I don’t see an obvious way to hook that into the http calls to the plugin assets.

Is there a workaround, a feature request, or other prefered methods? We can probably find somewhere else to host our plugin, but it’s a hard requirement they remain private.

Thank you!

One of supported enterprise options is cloud/on-premises IDE Provisioner product that includes a plugin repository with authentication:

Have you taken a look at the below yet?