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

Commit3ab0be7

Browse files
authored
Cf runtime name bitbucket fix (#253)
* Update hybrid runtime contentExposed bitbucket cloud and added note that outh2 does not support bitbucket cloud* Update runtime contentContent and x-ref updates* Update installation-options.md
1 parentcdc2235 commit3ab0be7

File tree

6 files changed

+23
-17
lines changed

6 files changed

+23
-17
lines changed

‎_data/nav.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
-title:Installation
4646
url:"/runtime"
4747
pages:
48-
-title:Installationoptions
48+
-title:Installationenvironments
4949
url:"/installation-options"
5050
-title:Set up a hosted runtime environment
5151
url:"/hosted-runtime"

‎_docs/administration/oauth-setup.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ Create and register an OAuth App under your organization to authorize Codefresh.
9797
`<ingressHost>/app-proxy/api/git-auth/bitbucket-server/callback`
9898
where:
9999
`<ingressHost>` is the IP address or URL of the ingress host in the runtime cluster.
100+
101+
>OAuth2 is not supported for hybrid runtimes with Bitbucket Cloud as the Git provider. Users can authorize access with their[Git personal access tokens](({{site.baseurl}}/docs/administration/user-settings/#authorize-git-access-in-codefresh)) in such cases.
102+
100103

101104
{:start="2"}
102105
1. Note down the following, as you will need them to create the K8s secret for the Git OAuth2 application:

‎_docs/reference/git-tokens.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The Git runtime token is mandatory for runtime installation.
5353
</br>
5454
{:/}
5555

56-
####Bitbucket Server runtime token scopes
56+
####BitbucketCloud and BitbucketServer runtime token scopes
5757

5858
***Permissions**:`Read`
5959
***Workspace membership**:`Read`
@@ -99,7 +99,7 @@ The Git personal token is a user-specific personal access token per provisioned
9999
</br>
100100
{:/}
101101

102-
####Bitbucket Server personal user token scopes
102+
####BitbucketCloud andServer personal user token scopes
103103

104104
***Permissions**:`Read`
105105
***Workspace membership**:`Read`

‎_docs/runtime/installation-options.md‎

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ Codefresh Runtime creates three repositories in your organization's Git provider
5050

5151
* Codefresh runtime installation repository
5252
* Codefresh Git Sources
53-
* Codefresh shared configuration repository. It does so for two types of entities:
53+
* Codefresh shared configuration repository
5454

55-
**Codefresh Runtimefinctionality**
55+
<!---**Codefresh Runtimefunctionality**
5656
The runtime:
5757
* Ensures that the installation repository and the Git Sources are always in sync, and applies Git changes back to the cluster
5858
* Receives events and information from the user's organization systems to execute workflows
59-
By default, the ingress controller directs all requests and events to the Codefresh Application Proxy. When internal and an external ingress hosts are configured, the ingress comtroller directs webhook events to the relevant Event Source and then to Argo Events (not via the Codefresh Application Proxy).
59+
By default, the ingress controller directs all requests and events to the Codefresh Application Proxy. When internal and an external ingress hosts are configured, the ingress comtroller directs webhook events to the relevant Event Source and then to Argo Events (not via the Codefresh Application Proxy).-->
6060

6161
###Hosted vs.Hybrid environments
6262

@@ -84,4 +84,7 @@ The table below highlights the main differences between hosted and hybrid enviro
8484
||Applications| Supported|Supported|
8585

8686
###Related articles
87-
[Architecture]({{site.baseurl}}/docs/getting-started/architecture/)
87+
[Architecture]({{site.baseurl}}/docs/getting-started/architecture/)
88+
[Add Git Sources to runtimes]({{site.baseurl}}/docs/runtime/git-sources/)
89+
[Shared configuration repository]({{site.baseurl}}/docs/reference/shared-configuration)
90+

‎_docs/runtime/installation.md‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ For documentation purposes, the flags are grouped into:
5454
Required.
5555
The runtime name must start with a lower-case character, and can include up to 62 lower-case characters and numbers.
5656
* CLI wizard: Add when prompted.
57-
* Silent install:Required.
57+
* Silent install:Specify the runtime name with the`--runtime` flag.
5858

5959
**Namespace resource labels**
6060
Optional.
@@ -157,7 +157,7 @@ You can define any of the following Git providers:
157157
*[GitLab Cloud](#gitlab-cloud)
158158
*[GitLab Server](#gitlab-server)
159159
* Bitbucket:
160-
<!---* [Bitbucket Cloud](#bitbucket-cloud)-->
160+
*[Bitbucket Cloud](#bitbucket-cloud)
161161
*[Bitbucket Server](#bitbucket-server)
162162

163163
{::nomarkdown}
@@ -292,8 +292,8 @@ where:
292292
</br>
293293
{:/}
294294

295-
<!---##### Bitbucket Cloud
296-
> For the required scopes, see [BitbucketCloud and Bitbucket Serverruntime token scopes]({{site.baseurl}}/docs/reference/git-tokens/#bitbucket-server-runtime-token-scopes).
295+
#####Bitbucket Cloud
296+
>For the required scopes, see[Bitbucket runtime token scopes]({{site.baseurl}}/docs/reference/git-tokens/#bitbucket-cloud-and-bitbucket-server-runtime-token-scopes).
297297
298298

299299
`--enable-git-providers --provider bitbucket --repo <https_repo_url> --git-user <git_username> --git-token <git_runtime_token>`
@@ -317,16 +317,16 @@ where:
317317
Example:
318318
`https://bitbucket.org/nr-codefresh/codefresh.git/runtimes/defs?ref=codefresh-prod`
319319
*`--git-user <git_username>` (required), is your username for the Bitbucket Cloud account.
320-
* `--git-token <git-runtime-token>` (required), is the Git token authenticating access to the runtime installation repository (see [Bitbucket runtime token scopes]{{site.baseurl}}/docs/reference/git-tokens/#bitbucket-server-runtime-token-scopes)).
320+
*`--git-token <git-runtime-token>` (required), is the Git token authenticating access to the runtime installation repository (see[Bitbucket runtime token scopes]({{site.baseurl}}/docs/reference/git-tokens/#bitbucket-cloud-and-bitbucket-server-runtime-token-scopes)).
321321

322322

323323
{::nomarkdown}
324324
</br>
325-
{:/}-->
325+
{:/}
326326

327327
#####Bitbucket Server
328328

329-
>For the required scopes, see[BitbucketServerruntime token scopes]({{site.baseurl}}/docs/reference/git-tokens/#bitbucket-server-runtime-token-scopes).
329+
>For the required scopes, see[Bitbucket runtime token scopes]({{site.baseurl}}/docs/reference/git-tokens/#bitbucket-cloud-and-bitbucket-server-runtime-token-scopes).
330330
331331

332332
`--enable-git-providers --provider bitbucket-server --repo <repo_url> --git-user <git_username> --git-token <git_runtime_token>`
@@ -350,7 +350,7 @@ where:
350350
Example:
351351
`https://bitbucket-server-8.2.devops.cf-cd.com:7990/scm/codefresh-io/codefresh.git/runtimes/defs?ref=codefresh-prod`
352352
*`--git-user <git_username>` (required), is your username for the Bitbucket Server account.
353-
*`--git-token <git-runtime-token>` (required), is the Git token authenticating access to the runtime installation repository (see[Bitbucket runtime token scopes]({{site.baseurl}}/docs/reference/git-tokens/#bitbucket-server-runtime-token-scopes)).
353+
*`--git-token <git-runtime-token>` (required), is the Git token authenticating access to the runtime installation repository (see[Bitbucket runtime token scopes]({{site.baseurl}}/docs/reference/git-tokens/#bitbucket-cloud-and-bitbucket-server-runtime-token-scopes)).
354354

355355
{::nomarkdown}
356356
</br></br>

‎_docs/runtime/requirements.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ The requirements listed are the **_minimum_** requirements to provision **_hybri
2525
| Ingress controller| Configured on Kubernetes cluster and exposed from the cluster. {::nomarkdown} <br>Supported and tested ingress controllers include: <ul><li>Ambassador</li>{:/}(see[Ambassador ingress configuration](#ambassador-ingress-configuration)){::nomarkdown}<li>AWS ALB (Application Load Balancer)</li>{:/} (see[AWS ALB ingress configuration](#aws-alb-ingress-configuration)){::nomarkdown}<li>Istio</li>{:/} (see[Istio ingress configuration](#istio-ingress-configuration)){::nomarkdown}<li>NGINX Enterprise (nginx.org/ingress-controller)</li>{:/} (see[NGINX Enterprise ingress configuration](#nginx-enterprise-ingress-configuration)){::nomarkdown}<li>NGINX Community (k8s.io/ingress-nginx)</li> {:/} (see[NGINX Community ingress configuration](#nginx-community-version-ingress-configuration)){::nomarkdown}<li>Trafik</li>{:/}(see[Traefik ingress configuration](#traefik-ingress-configuration))|
2626
|Node requirements| {::nomarkdown}<ul><li>Memory: 5000 MB</li><li>CPU: 2</li></ul>{:/}|
2727
|Cluster permissions| Cluster admin permissions|
28-
|Git providers|{::nomarkdown}<ul><li>GitHub</li><li>GitHub Enterprise</li><li>GitLab Cloud</li><li>GitLab Server</li><!---<li>Bitbucket Cloud</li>--><li>Bitbucket Server</li></ul>{:/}|
29-
|Git access tokens | {::nomarkdown}Git runtime token:<ul><li>Valid expiration date</li><li>Scopes: <ul><li>GitHub and GitHub Enterprise: <span style="font-family: var(--font-family-monospace); font-size: 87.5%; color: #ad6800; background-color: #fffbe6">repo</span>, <span style="font-family: var(--font-family-monospace); font-size: 87.5%; color: #ad6800; background-color: #fffbe6">admin-repo.hook</span></li><li>GitLab Cloud and GitLab Server: <span style="font-family: var(--font-family-monospace); font-size: 87.5%; color: #ad6800; background-color: #fffbe6">api</span>, <span style="font-family: var(--font-family-monospace); font-size: 87.5%; color: #ad6800; background-color: #fffbe6">read_repository</span></li><li>Bitbucket Server: <span style="font-family: var(--font-family-monospace); font-size: 87.5%; color: #ad6800; background-color: #fffbe6">Project admin</span>, <span style="font-family: var(--font-family-monospace); font-size: 87.5%; color: #ad6800; background-color: #fffbe6">Project read</span>, <span style="font-family: var(--font-family-monospace); font-size: 87.5%; color: #ad6800; background-color: #fffbe6">Repository write</span> </li></ul>{:/}|
28+
|Git providers|{::nomarkdown}<ul><li>GitHub</li><li>GitHub Enterprise</li><li>GitLab Cloud</li><li>GitLab Server</li><li>Bitbucket Cloud</li><li>Bitbucket Server</li></ul>{:/}|
29+
|Git access tokens | {::nomarkdown}Git runtime token:<ul><li>Valid expiration date</li><li>Scopes: <ul><li>GitHub and GitHub Enterprise: <span style="font-family: var(--font-family-monospace); font-size: 87.5%; color: #ad6800; background-color: #fffbe6">repo</span>, <span style="font-family: var(--font-family-monospace); font-size: 87.5%; color: #ad6800; background-color: #fffbe6">admin-repo.hook</span></li><li>GitLab Cloud and GitLab Server: <span style="font-family: var(--font-family-monospace); font-size: 87.5%; color: #ad6800; background-color: #fffbe6">api</span>, <span style="font-family: var(--font-family-monospace); font-size: 87.5%; color: #ad6800; background-color: #fffbe6">read_repository</span></li><li>Bitbucket Cloud and Server: <span style="font-family: var(--font-family-monospace); font-size: 87.5%; color: #ad6800; background-color: #fffbe6">Permissions: Read</span>, <span style="font-family: var(--font-family-monospace); font-size: 87.5%; color: #ad6800; background-color: #fffbe6">Workspace membership: Read</span>, <span style="font-family: var(--font-family-monospace); font-size: 87.5%; color: #ad6800; background-color: #fffbe6">Webhooks: Read and write</span>, <span style="font-family: var(--font-family-monospace); font-size: 87.5%; color: #ad6800; background-color: #fffbe6">Repositories: Write, Admin</span> </li></ul>{:/}|
3030

3131

3232
<!---### General ingress configuration

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp