From 888817fc276a6ab6a0415b71efaf7270a7f6a0a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominykas=20Blyz=CC=8Ce=CC=87?= Date: Wed, 13 Dec 2023 13:05:41 +0200 Subject: [PATCH] Remove user/password in the `repository` URL format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit While we may or may not explicitly forbid this format, it is probably a good idea to not officially document it, so as to avoid the proliferation bad practices and accidental leakage of secrets. Signed-off-by: Dominykas Blyžė --- hips/hip-00NN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hips/hip-00NN.md b/hips/hip-00NN.md index 26cc0418..e20a1daa 100644 --- a/hips/hip-00NN.md +++ b/hips/hip-00NN.md @@ -37,7 +37,7 @@ The `Chart.yaml` should support the following format for `dependencies`: ``` dependencies: - name: "" - repository: "://[[:]@][:][:][/]" + repository: "://[:][:][/]" version: "" ``` where: