Skip to content

Commit

Permalink
Remove user/password in the repository URL format
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dominykas committed Dec 13, 2023
1 parent 3d4984e commit 888817f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hips/hip-00NN.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The `Chart.yaml` should support the following format for `dependencies`:
```
dependencies:
- name: "<dependency name>"
repository: "<protocol>://[<user>[:<password>]@]<hostname>[:<port>][:][/]<path>"
repository: "<protocol>://<hostname>[:<port>][:][/]<path>"
version: "<commit-ish>"
```
where:
Expand Down

0 comments on commit 888817f

Please sign in to comment.