backend(proposal): adding proposal to extend and unify storage layer#13254
backend(proposal): adding proposal to extend and unify storage layer#13254nsingla wants to merge 1 commit intokubeflow:masterfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
That's a good question that I probably should address in the proposal as well, but to answer your question: The custom registry exists because Go CDK's URL mux is designed for stateless, environment-driven credential resolution, while KFP's credential model is request-scoped and depends on Kubernetes API calls that require injected runtime objects. The URL mux is still used as the fallback for the simpler FromEnv case. |
8960582 to
011b1a9
Compare
Signed-off-by: Nelesh Singla <117123879+nsingla@users.noreply.github.com>
011b1a9 to
f42dada
Compare
Description of your changes:
Checklist: