Skip to content

Commit

Permalink
feat: git repo support
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobmoellerdev committed Sep 25, 2024
1 parent 858cdff commit 024b5e6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/reference/ocm_credential-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,19 @@ The following credential consumer types are used/supported:
- <code>key</code>: secret key use to access the credential server


- <code>Git</code>: Git credential matcher

It matches the <code>Git</code> consumer type and additionally acts like
the <code>hostpath</code> type.

Credential consumers of the consumer type Git evaluate the following credential properties:

- <code>username</code>: the basic auth user name
- <code>password</code>: the basic auth password
- <code>token</code>: HTTP token authentication
- <code>privateKey</code>: Private Key authentication certificate


- <code>Github</code>: GitHub credential matcher

This matcher is a hostpath matcher.
Expand Down
13 changes: 13 additions & 0 deletions docs/reference/ocm_get_credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,19 @@ Matchers exist for the following usage contexts or consumer types:
- <code>key</code>: secret key use to access the credential server


- <code>Git</code>: Git credential matcher

It matches the <code>Git</code> consumer type and additionally acts like
the <code>hostpath</code> type.

Credential consumers of the consumer type Git evaluate the following credential properties:

- <code>username</code>: the basic auth user name
- <code>password</code>: the basic auth password
- <code>token</code>: HTTP token authentication
- <code>privateKey</code>: Private Key authentication certificate


- <code>Github</code>: GitHub credential matcher

This matcher is a hostpath matcher.
Expand Down

0 comments on commit 024b5e6

Please sign in to comment.