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

Commit517e778

Browse files
authored
Update Team Sync (#720)
1 parente27f487 commit517e778

File tree

1 file changed

+0
-41
lines changed

1 file changed

+0
-41
lines changed

‎_docs/single-sign-on/team-sync.md‎

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -106,47 +106,6 @@ steps:
106106
107107
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.
108108
109-
110-
### Manual team-sync and email domain restrictions
111-
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.
112-
The output of the command will be similar to the following:
113-
114-
```json
115-
[
116-
{
117-
"action": "update",
118-
"teams": [
119-
{
120-
"team": "developers",
121-
"members": [
122-
{
123-
"members": [],
124-
"action": "create"
125-
}
126-
]
127-
},
128-
{
129-
"team": "DevOps",
130-
"members": [
131-
{
132-
"members": [],
133-
"action": "create"
134-
}
135-
]
136-
}
137-
]
138-
}
139-
]
140-
```
141-
142-
**Turn off the domain restriction**:
143-
144-
1. In the Codefresh UI, click **Settings**.
145-
1. In the sidebar, from Access & Collaboration, select **User & Teams**, and then click the **Security** tab.
146-
1. Turn off **Restrict inviting additional users by email address domain**.
147-
1. Click **Save**.
148-
1. Rerun the CLI sync command.
149-
150109
### Sync GitHub organization teams to Codefresh
151110
152111
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.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp