diff --git a/docs/reference/ocm_credential-handling.md b/docs/reference/ocm_credential-handling.md index 71e3340e2..d0ba95142 100644 --- a/docs/reference/ocm_credential-handling.md +++ b/docs/reference/ocm_credential-handling.md @@ -110,6 +110,19 @@ The following credential consumer types are used/supported: - key: secret key use to access the credential server + - Git: Git credential matcher + + It matches the Git consumer type and additionally acts like + the hostpath type. + + Credential consumers of the consumer type Git evaluate the following credential properties: + + - username: the basic auth user name + - password: the basic auth password + - token: HTTP token authentication + - privateKey: Private Key authentication certificate + + - Github: GitHub credential matcher This matcher is a hostpath matcher. diff --git a/docs/reference/ocm_get_credentials.md b/docs/reference/ocm_get_credentials.md index 55ed158ab..4ef43b318 100644 --- a/docs/reference/ocm_get_credentials.md +++ b/docs/reference/ocm_get_credentials.md @@ -36,6 +36,19 @@ Matchers exist for the following usage contexts or consumer types: - key: secret key use to access the credential server + - Git: Git credential matcher + + It matches the Git consumer type and additionally acts like + the hostpath type. + + Credential consumers of the consumer type Git evaluate the following credential properties: + + - username: the basic auth user name + - password: the basic auth password + - token: HTTP token authentication + - privateKey: Private Key authentication certificate + + - Github: GitHub credential matcher This matcher is a hostpath matcher.