You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Codefresh integrates with the Git provider defined for your runtime account to sync repositories to your clusters, implementing Git-based operations when creating resources such as Delivery Pipelines, applications, and enriching images with valuable information.
9
+
Codefresh integrates with the Git provider defined for yourGitOpsruntime account to sync repositories to your clusters, implementing Git-based operations when creating resources such as Delivery Pipelines, applications, and enriching images with valuable information.
10
10
11
11
As the account administrator, you can select the authentication method for a runtime account. Users in Codefresh will then authorize access to the Git providers through the defined mechanism.
12
12
@@ -34,7 +34,7 @@ Codefresh supports OAuth2 or personal access tokens (PATs) for authentication:
34
34
35
35
36
36
##Authentication for Git providers and runtime accounts
37
-
The[Authentication](https://g.codefresh.io/2.0/account-settings/authentication?providerName=github){:target="\_blank"} page displays the accounts by Git provider and the authentication method selected for the same.
37
+
The[GitAuthentication](https://g.codefresh.io/2.0/account-settings/authentication?providerName=github){:target="\_blank"} page displays the accounts by Git provider and the authentication method selected for the same.
38
38
39
39
Authentication accounts are organized by Runtimes. A runtime can have a single authentication account.
40
40
The Type column identifies the authentication for the provider account as either Codefresh, Custom, or PAT (personal access token).
@@ -49,7 +49,7 @@ The Type column identifies the authentication for the provider account as either
49
49
max-width="80%"
50
50
%}
51
51
52
-
As the account administrator, you can change the authentication method foran accountat any time to either Codefresh or Custom, or manual token entry. See[Select authentication mechanism for runtime](#select-authentication-mechanism-for-runtime).
52
+
As the account administrator, you can change the authentication method fora Hybrid GitOps runtimeat any time to either Codefresh, Custom, or manual token entry. See[Select authentication mechanism for runtime](#select-authentication-mechanism-for-runtime).
53
53
54
54
##Create a custom OAuth2 Application for Git provider
55
55
Create a custom OAuth2 Application for Codefresh in your Git provider accounts with the correct scopes, and set up authentication for the same within Codefresh. Users in Codefresh can then authorize access to the Git provider using OAuth2, instead of a personal access token.
@@ -214,8 +214,10 @@ You have completed the setup to authorize Codefresh as an OAuth App for your Git
214
214
## Select authentication mechanism for runtime
215
215
For a Git provider and a runtime account, select the authentication mechanism:Codefresh account, Custom provider account if one exists, or token-based authentication.
216
216
217
+
>Hosted GitOps runtimes support either Codefresh or token-based authentication.
218
+
217
219
1. In the Codefresh UI, go to [Authentication](https://g.codefresh.io/2.0/account-settings/authentication?providerName=github){:target="\_blank"}.
218
-
1. Select the runtime, and click**Edit**.
220
+
1. Select the runtime, and click **Edit**.
219
221
1. Select the OAuth authentication provider account.
Copy file name to clipboardExpand all lines: _docs/integrations/codefresh-hosted-gitops.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ redirect_from:
7
7
toc:true
8
8
---
9
9
10
-
Integrate Codefresh CI with Hosted GitOps for deployments powered by managed Argo CD.
11
-
Use Codefresh pipelines and Hosted GitOps for deployments.
10
+
Integrate Codefresh CIpipelineswith Hosted GitOps for deployments powered by managed Argo CD.
11
+
12
12
13
13
Codefresh Hosted GitOps includes a dedicated report image step that both reports and enriches deployed images. Add the report image step in your Codefresh CI pipeline and reference integrations with issue-tracking and container registry tools for Codefresh to retrieve and enrich image information.