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

Commit77075e3

Browse files
committed
Update monitor-manage-runtimes.md
Replaced instances of personal access token with user token to align with new terminology for git tokens
1 parent25140ef commit77075e3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

‎_docs/installation/gitops/monitor-manage-runtimes.md‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -436,9 +436,9 @@ You can reset the Shared Configuration Repo via the CLI when:
436436
## Update Git credentials for GitOps Runtimes
437437

438438
Provisioned GitOps Runtimes require valid Git tokens at all times to authenticate Git actions by you as a user.
439-
>These tokens are personal access tokens, specific to each user. As such,the usercan use the samepersonal access token for multipleruntimes.
439+
TheseGittokens are personal access tokens, specific to each user. As such,youcan use the sameGit user token for multipleRuntimes.
440440

441-
>TIP:
441+
>**TIP**:
442442
Git credentials are synced to the Shared Configuration Repository defined during installation. If you change your Git credentials, the Git account must match that of the Shared repo. For example, if the Shared repo is defined as `http://github.com/my-org/isc.git` and the Git provider is defined as `bitbucket`, the update will fail.
443443

444444
**When to update**
@@ -453,13 +453,13 @@ Otherwise, you have to update Git tokens in the following situations:
453453
**Update methods**
454454
The methods for updating any Git token are the same regardless of the reason for the update:
455455
* OAuth2 authorization, if your admin has registered an OAuth Application for Codefresh.
456-
* Git access token authentication, by generating apersonal access token in your Git provider account with the correct scopes.
457-
You can update yourpersonal access token in the UI or through the CLI.
456+
* Git access token authentication, by generating aGit user token in your Git provider account with the correct scopes.
457+
You can update yourGit user token in the UI or through the CLI.
458458

459459
### Update Git credentials in Codefresh UI
460460

461461
**Before you begin**
462-
* To authenticate through a Gitaccess token, make sure your token is valid and has [the required scopes]({{site.baseurl}}/docs/reference/git-tokens/#git-personal-tokens)
462+
* To authenticate through a Gituser token, make sure your token is valid and has [the required scopes]({{site.baseurl}}/docs/reference/git-tokens/#git-user-access-token-scopes)
463463

464464
**How to**
465465
1. In the Codefresh UI, on the toolbar, click the **Settings** icon.
@@ -486,7 +486,7 @@ The methods for updating any Git token are the same regardless of the reason for
486486

487487
{:start="6"}
488488
1. For OAuth2 authorization:
489-
>NOTE:
489+
>**NOTE**:
490490
>If the application is not registered, you get an error. Contact your admin for help.
491491

492492
* Enter your credentials, and select **Sign In**.
@@ -506,8 +506,8 @@ The methods for updating any Git token are the same regardless of the reason for
506506
1. For Git token authentication, paste the generated token in the **Git runtime token** field.
507507
1. Click **Update Credentials**.
508508

509-
### Update Gitpersonal access token through CLI
510-
If you are using Gitpersonal access tokens for authentication, you can also update them through the Codefresh CLI.
509+
### Update Gituser token through CLI
510+
If you are using Gituser tokens for authentication, you can also update them through the Codefresh CLI.
511511

512512
* Run:
513513
`cf config update-gitops-settings --shared-config-repo <repo_url> [--git-provider <git-provider>] [--git-api-url <git-api-url>]`

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp