Replies: 2 comments 1 reply
-
The issue that I see here is that the client will need to have write access to the OCI content store. With the blob store, it's convenient to send back the signed URI to the client to provided constrained access to the storage service. I don't think a similar constrained access URI signing scheme is broadly available for OCI registries. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Pretty sure these changes have been resolved, but feel free to reopen the discussion if not. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking at updating the missing content API from this:
to this:
The purpose ofendpoints
being a list is to allow for endpoint negotiation for registries that serve multiple types of client.Edit: This would be better handled by a (future) client specifying e.g.
supportedUploadEndpointTypes=oci,http-post
so that the server can avoid generating unusable endpoints.Beta Was this translation helpful? Give feedback.
All reactions