Skip to content

Commit 888817f

Browse files
committed
Remove user/password in the repository URL format
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žė <[email protected]>
1 parent 3d4984e commit 888817f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hips/hip-00NN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The `Chart.yaml` should support the following format for `dependencies`:
3737
```
3838
dependencies:
3939
- name: "<dependency name>"
40-
repository: "<protocol>://[<user>[:<password>]@]<hostname>[:<port>][:][/]<path>"
40+
repository: "<protocol>://<hostname>[:<port>][:][/]<path>"
4141
version: "<commit-ish>"
4242
```
4343
where:

0 commit comments

Comments
 (0)