Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2c1ed25

Browse files
committed
Update installation options
1 parent87f4128 commit2c1ed25

15 files changed

+28
-28
lines changed

‎_data/home-content.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
localurl:/docs/single-sign-on/
4545
-title:Set up OAuth2 authentication for Git providers
4646
localurl:/docs/administration/account-user-management/oauth-setup/
47-
-title:AccessControl
47+
-title:Accesscontrol
4848
localurl:/docs/administration/account-user-management/access-control/
4949
-title:Audit
5050
localurl:/docs/administration/account-user-management/audit/

‎_data/nav.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@
4242
url:"/create-codefresh-account"
4343
-title:Adding users and teams
4444
url:"/add-users"
45-
-title:Configuring accessControl
45+
-title:Configuring accesscontrol
4646
url:"/access-control"
47-
-title:Setting up OAuth2authenticationfor Git providers
47+
-title:Setting up OAuth2 for Git providers
4848
url:"/oauth-setup"
4949
-title:Authorize access to organizations/projects
5050
url:"/hosted-authorize-orgs"
51-
-title:Audit in Codefresh
51+
-title:Auditing actions in Codefresh
5252
url:"/audit"
5353
-title:Codefresh IP addresses
5454
url:"/platform-ip-addresses"
5555
-title:User self-management
5656
sub-pages:
57-
-title:User settings
57+
-title:Managing personal settings
5858
url:"/user-settings"
5959
-title:Configuring Git authentication
6060
url:"/manage-pats"

‎_docs/administration/account-user-management/create-codefresh-account.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ We can establish a VPN / tunnel to your network or discuss options for an on-pre
209209
210210
-->
211211
##Related articles
212-
[Adding users and teams]({{site.baseurl}}/_docs/administration/account-user-management/add-users/)
213-
[Configuring access control]({{site.baseurl}}/_docs/administration/account-user-management/access-control/)
212+
[Adding users and teams]({{site.baseurl}}/docs/administration/account-user-management/add-users/)
213+
[Configuring access control]({{site.baseurl}}/docs/administration/account-user-management/access-control/)
214214
[Codefresh IP addresses]({{site.baseurl}}/docs/administration/account-user-management/platform-ip-addresses/)
215215
[Create a basic pipeline]({{site.baseurl}}/docs/getting-started/create-a-basic-pipeline/)
216216
[Pipeline examples]({{site.baseurl}}/docs/example-catalog/ci-examples/)

‎_docs/administration/account-user-management/oauth-setup.md‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title:"Set up OAuth2 authentication for Git providers"
2+
title:"Seting up OAuth2 for Git providers"
33
description:""
44
group:administration
55
sub_group:account-user-management
@@ -33,7 +33,7 @@ Codefresh supports OAuth2 or personal access tokens (PATs) for authentication:
3333

3434

3535

36-
###Authentication for Git providers and runtime accounts
36+
##Authentication for Git providers and runtime accounts
3737
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.
3838

3939
Authentication accounts are organized by Runtimes. A runtime can have a single authentication account.
@@ -51,7 +51,7 @@ The Type column identifies the authentication for the provider account as either
5151

5252
As the account administrator, you can change the authentication method for an account at any time to either Codefresh or Custom, or manual token entry. See[Select authentication mechanism for runtime](#select-authentication-mechanism-for-runtime).
5353

54-
###Create a custom OAuth2 Application for Git provider
54+
##Create a custom OAuth2 Application for Git provider
5555
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.
5656

5757
Supported Git providers:
@@ -72,7 +72,7 @@ To set up OAuth2 authorization in Codefresh, you must:
7272
<br>
7373
{:/}
7474

75-
####Step 1: Create a custom OAuth2 Application in Git
75+
###Step 1: Create a custom OAuth2 Application in Git
7676
Create and register an OAuth App under your organization to authorize Codefresh.
7777

7878
1. Follow the step-by-step instructions for your Git provider:
@@ -112,7 +112,7 @@ Create and register an OAuth App under your organization to authorize Codefresh.
112112
<br>
113113
{:/}
114114

115-
####Step 2: Create a K8s secret resource in the runtime cluster
115+
###Step 2: Create a K8s secret resource in the runtime cluster
116116
Create a K8s secret in the runtime cluster, using the example below as a guideline. You must define the application ID (`appId`), client ID (`clientId`) and the client secret (`clientSecret`) from the OAuth2 Application you created in your Git provider, and the Git URL (`url`).
117117

118118
>All fields in the secret_must be_ encoded in`base64`.
@@ -155,7 +155,7 @@ data:
155155
<br>
156156
{:/}
157157

158-
#### Step 3: Configure OAuth2 settings for Custom Application in Codefresh
158+
### Step 3: Configure OAuth2 settings for Custom Application in Codefresh
159159

160160
Configure the settings for the Custom OAuth2 Application in Codefresh. Configuring the settings creates a K8s ConfigMap that references the OAuth secret credentials. When configuring the settings, you can work in Form mode, or directly update the YAML manifest.
161161

@@ -211,7 +211,7 @@ Configure the settings for the Custom OAuth2 Application in Codefresh. Configuri
211211

212212
You have completed the setup to authorize Codefresh as an OAuth App for your Git provider.
213213

214-
### Select authentication mechanism for runtime
214+
## Select authentication mechanism for runtime
215215
For a Git provider and a runtime account, select the authentication mechanism:Codefresh account, Custom provider account if one exists, or token-based authentication.
216216

217217
1. In the Codefresh UI, go to [Authentication](https://g.codefresh.io/2.0/account-settings/authentication?providerName=github){:target="\_blank"}.

‎_docs/administration/account-user-management/platform-ip-addresses.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ toc: true
99
Access to Kubernetes clusters behind strict firewalls not accessible from the public internet is governed through authorized IP addresses.
1010
Codefresh provides a list of IP addresses to be configured on clusters to allow access to them.
1111

12-
You can register multiple external clusters to the Codefresh Runner, and GitOps Runtimes. All Runtimes require Codefresh platform IPs to be configured on the clusters.
12+
You can register multiple external clusters to the Codefresh Runner and GitOps Runtimes. All Runtimes require Codefresh platform IPs to be configured on the clusters.
1313
In addition, managed clusters registered to Hosted GitOps Runtimes must be configured with a set of specific IP addresses to authorize access.
1414

1515

@@ -39,13 +39,13 @@ All the IPs are NAT gateways, and need to enable specific IPs instead of ranges.
3939
- 44.238.167.159
4040
- 44.237.63.217
4141

42-
##Codefresh IPs formanaged clusters inHosted GitOps Runtimes
42+
##Codefresh IPs for Hosted GitOps Runtimes
4343

4444
- 34.207.5.18
4545
- 34.232.79.230
4646
- 44.193.43.5
4747

48-
##DefineAPI access to IPs for clusters
48+
##API access to IPs for clusters
4949
Clusters must be configured with API access to the authorized Codefresh IPs.
5050
If you haven't configured your clusters with the required IPs, use the links below to complete the configuration for the clusters listed:
5151

‎_docs/installation/codefresh-on-prem.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,8 @@ After app creation, note down the created Application ID and Client Secret. They
435435

436436
{% include image.html
437437
lightbox="true"
438-
file="/images/administration/installation/git-idp.png"
439-
url="/images/administration/installation/git-idp.png"
438+
file="/images/installation/git-idp.png"
439+
url="/images/installation/git-idp.png"
440440
%}
441441

442442
>Note: When configuring the default IDP (for GitHub, GitLab, etc), do not modify the Client Name field. Please keep them as GitHub, GitLab, BitBucket, etc. Otherwise, the signup and login views won’t work.

‎_docs/installation/codefresh-runner.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2067,6 +2067,6 @@ For troubleshooting refer to the [Knowledge Base](https://support.codefresh.io/h
20672067
20682068
## What to read next
20692069
2070-
* [Codefresh installation options]({{site.baseurl}}/docs/administration/installation-security/)
2070+
* [Codefresh installation options]({{site.baseurl}}/docs/installation/installation-options/)
20712071
* [Codefresh On-Premises]({{site.baseurl}}/docs/administration/codefresh-on-prem/)
20722072
* [Codefresh API]({{site.baseurl}}/docs/integrations/codefresh-api/)

‎_docs/installation/installation-options.md‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ The cloud version runs on multiple clouds:
5050

5151
{% include image.html
5252
lightbox="true"
53-
file="/images/administration/installation/codefresh-saas.png"
54-
url="/images/administration/installation/codefresh-saas.png"
53+
file="/images/installation/codefresh-saas.png"
54+
url="/images/installation/codefresh-saas.png"
5555
alt="sso-diagram.png"
5656
max-width="60%"
5757
%}
@@ -60,8 +60,8 @@ Codefresh Cloud is also compliant with [SOC2 - Type2](https://www.aicpa.org/SOC)
6060

6161
{% include image.html
6262
lightbox="true"
63-
file="/images/administration/installation/soc2-type2-certified.png"
64-
url="/images/administration/installation/soc2-type2-certified.png"
63+
file="/images/installation/soc2-type2-certified.png"
64+
url="/images/installation/soc2-type2-certified.png"
6565
alt="sso-diagram.png"
6666
max-width="40%"
6767
%}
@@ -77,8 +77,8 @@ The UI runs on Codefresh infrastructure, while the builds happen in a Kubernetes
7777

7878
{% include image.html
7979
lightbox="true"
80-
file="/images/administration/installation/hybrid-installation.png"
81-
url="/images/administration/installation/hybrid-installation.png"
80+
file="/images/installation/hybrid-installation.png"
81+
url="/images/installation/hybrid-installation.png"
8282
alt="sso-diagram.png"
8383
max-width="70%"
8484
%}

‎_docs/installation/runtime-architecture.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ If we zoom into Codefresh Services for CI/CD, we will see the following:
2323

2424
{% include image.html
2525
lightbox="true"
26-
file="/images/administration/installation/topology-new.png"
27-
url="/images/administration/installation/topology-new.png"
26+
file="/images/installation/topology-new.png"
27+
url="/images/installation/topology-new.png"
2828
alt="Topology diagram"
2929
caption="Topology diagram (click to enlarge)"
3030
max-width="100%"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp