Add support to download index.yaml in subfolder path - #21
Conversation
|
Thanks for the contribution! Before we can merge this, we need @au-hao @au-wendy to sign the Sonatype Contributor License Agreement. |
|
Thanks for the contribution! Before we can merge this, we need @au-hao to sign the Sonatype Contributor License Agreement. |
|
Thanks for sending this over! I'll try and take a look at it today or early next week! |
|
@DarthHater Thanks. And one thing this fix doesn't cover is that chart and index.yaml are in two places which I think you mentioned in one ticket before. |
|
Hah yeah, the wild world of people doing wacky things :) |
|
Hi @DarthHater any update on merging the PR? |
| .get("remoteUrl"); | ||
|
|
||
| return new StreamCopier<>(outputStream -> updateUrls(index.get(), outputStream), | ||
| return new StreamCopier<>(outputStream -> updateUrls(index.get(), outputStream, remoteUrl), |
There was a problem hiding this comment.
Won't this return a URL to the remote to the client therefore causing the client to circumvent NXRM?
There was a problem hiding this comment.
@sergeyonofreychuck can your team double check this?
There was a problem hiding this comment.
I tested it on a small environment without having issues. Can you please merge it?
This change is to support repo that is located under subfolder.
This pull request makes the following changes:
remote storage.It relates to the following issue #s: