UNCLASSIFIED - NO CUI

Skip to content

Blob Storage Update Fails

This command fails when the blob-storage Kubernetes job attempts to update existing storage.

blob-storage job logs:

image

Nexus logs when job fails:

image

It looks like the curl command is being rejected because it is a POST and this API endpoint is expecting a PUT (according to the built-in Swagger UI):

image

Testing performed on BB 2.52.0.

Edited by Zach Jones