-
Lines 79 to 81 in 118b925 we provide a private deploy but disable private network repo . I want know the reason. |
Beta Was this translation helpful? Give feedback.
Answered by
tegioz
Jul 26, 2022
Replies: 1 comment 1 reply
-
Hi @ktlcove If you are running your own Artifact Hub instance, you can control this behavior with the restrictedHTTPClient configuration option of the Helm chart. The reason to provide such a feature is to try to prevent SSRF attacks. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tegioz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ktlcove
If you are running your own Artifact Hub instance, you can control this behavior with the restrictedHTTPClient configuration option of the Helm chart.
The reason to provide such a feature is to try to prevent SSRF attacks.