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

Update Team Sync#720

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ThatAmatoGuy merged 1 commit intomasterfromupdate-team-sync
Jun 6, 2023
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 0 additions & 41 deletions_docs/single-sign-on/team-sync.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -106,47 +106,6 @@ steps:

To fully automate the pipeline, you can set a [cron trigger]({{site.baseurl}}/docs/pipelines/triggers/cron-triggers/) for it. Depending on how you set up your Cron trigger, you can synchronize your teams every day/week/hour.


### Manual team-sync and email domain restrictions
If the `Restrict inviting additional users by email address domain` is enabled for your account, manual sync via the CLI or via a pipeline, _does not invite new users_ to Codefresh.
The output of the command will be similar to the following:

```json
[
{
"action": "update",
"teams": [
{
"team": "developers",
"members": [
{
"members": [],
"action": "create"
}
]
},
{
"team": "DevOps",
"members": [
{
"members": [],
"action": "create"
}
]
}
]
}
]
```

**Turn off the domain restriction**:

1. In the Codefresh UI, click **Settings**.
1. In the sidebar, from Access & Collaboration, select **User & Teams**, and then click the **Security** tab.
1. Turn off **Restrict inviting additional users by email address domain**.
1. Click **Save**.
1. Rerun the CLI sync command.

### Sync GitHub organization teams to Codefresh

As an admin, you may want to sync your GitHub Organization Teams with your Codefresh account. At the same time, you do not want to set up an SSO provider and have the users use any login provider they choose.
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp