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

Commit0158b03

Browse files
committed
Update access control and add users
1 parentbb101be commit0158b03

File tree

7 files changed

+274
-78
lines changed

7 files changed

+274
-78
lines changed

‎_docs/administration/access-control.md‎

Lines changed: 212 additions & 72 deletions
Large diffs are not rendered by default.

‎_docs/administration/add-users.md‎

Lines changed: 62 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
---
2-
title:"Adding usersto Codefresh accounts"
2+
title:"Managing usersand teams in Codefress"
33
description:""
44
group:administration
55
toc:true
66
---
77

8-
Once you have created a Codefresh account, you can add any number of users to collaborate on repositories, workflows, and pipelines.
8+
Once you have created a Codefresh account, you can add any number of users to collaborate on repositories, workflows, and pipelines, and teams of users.
99

10+
11+
##Users in Codefresh
1012
Adding a user requires assigning a role to define access to account resources, and optionally, selecting an SSO provider:
1113

1214
***Role**: Defines the user's access level to the resources in the account.
@@ -17,7 +19,7 @@ on clusters, docker registries, git integrations, shared configurations etc.
1719
***SSO**: By default, SSO is not enabled for users. If required, explicitly select the SSO provider. For an overview of SSO, see[Single Sign on]({{site.baseurl}}/docs/administration/single-sign-on/).
1820

1921

20-
##Add a user toan account
22+
###Add a user toa Codefresh account
2123
1. In the Codefresh UI, on the toolbar, click the**Settings** icon and then select**Account Settings**.
2224
1. From the sidebar, from Access & Collaboration, select[**Users & Teams**](https://g.codefresh.io/account-admin/collaborators/users){:target="\_blank"}.
2325
1. Select**Users**, and then select**+[Add User]**.
@@ -29,16 +31,70 @@ on clusters, docker registries, git integrations, shared configurations etc.
2931

3032

3133

32-
33-
34-
##Manage users in an account
34+
###Manage users in a Codefresh account
3535

3636
Once you add a user to an account, you can do the following to manage that user:
3737
* For invitations pending accept, select![](/images/administration/users/icon-Send.png?display=inline-block)**Resend**.
3838
* To edit the user's email address, select![](/images/administration/users/icon-Edit.png?display=inline-block)**Edit**.
3939
* To remove the user account, select![](/images/administration/users/icon-Delete.png?display=inline-block)**Delete**.
4040

4141

42+
43+
##Teams in Codefresh
44+
45+
###Create a team in Codefresh
46+
47+
Create a team in Codefresh and then assign users to the team. You can assign the same user to multiple teams, as in most companies, users have overlapping roles.
48+
>By default there are two teams,*users* and*admins* with users[invited as collaborators]({{site.baseurl}}/docs/accounts/invite-your-team-member/).
49+
50+
Teams allow you to enforce access control through ABAC.
51+
52+
>Only Enterprise customers can add new teams. Other Codefresh plans can only use the predefined*Users* and*Admin* teams.[Contact us](https://codefresh.io/contact-us/) if you wish to upgrade to an Enterprise plan.
53+
54+
1. In the Codefresh UI, on the toolbar, click the**Settings** icon and then select**Account Settings**.
55+
1. From the sidebar, from Access & Collaboration, select[**Users & Teams**](https://g.codefresh.io/account-admin/collaborators/users){:target="\_blank"}.
56+
1. Select**Teams**, and then select**Create a Team**.
57+
1. Enter the**Team Name**.
58+
>The team name can include only lower-case alphanumeric characters and hyphens, without spaces.
59+
60+
See the screenshot below for some sample team names.
61+
62+
{% include image.html
63+
lightbox="true"
64+
file="/images/administration/access-control/teams.png"
65+
url="/images/administration/access-control/teams.png"
66+
alt="Examples of teams in Codefresh"
67+
caption="Examples of teams in Codefresh"
68+
max-width="80%"
69+
%}
70+
71+
###Assign a user to a team
72+
1. To assign users to the team, do the following:
73+
1. Hover over the team and click the**Settings** icon.
74+
1. Click**Invite to team**, type the email address of the user to invite, and then click**Add**.
75+
1. To change the name of the team, click**Edit** and type the new name.
76+
77+
##Define session timeouts and domain restrictions for user accounts
78+
As an administrator, you can also define session timeouts to automatically log out users who have inactive for the specified duration, and restrict invitations to specific email domains.
79+
80+
>The maximum inactivity duration you can set is 30 days. Inactive users are warned 90 seconds before the last 15 minutes.
81+
82+
1. In the Codefresh UI, on the toolbar, click the**Settings** icon and then select**Account Settings**.
83+
1. From the sidebar, from Access & Collaboration, select[**Users & Teams**](https://g.codefresh.io/account-admin/collaborators/users){:target="\_blank"}.
84+
1. Select**Security**.
85+
1. For**User Session**, add the timeout duration in minutes/hours/days.
86+
87+
{% include image.html
88+
lightbox="true"
89+
file="/images/administration/access-control/security-timeout.png"
90+
url="/images/administration/access-control/security-timeout.png"
91+
alt="Security timeout"
92+
caption="Security timeout"
93+
max-width="90%"
94+
%}
95+
96+
1. To restrict invitations to specific email domains, in the**Email domains** field below User Invitations, type in the domains, one per line.
97+
4298
##Troubleshoot add users
4399

44100
*[User is prompted to enter an organization name](https://support.codefresh.io/hc/en-us/articles/360020177959-User-is-prompted-to-enter-an-organization-name)
55.9 KB
Loading
31 KB
Loading
10.7 KB
Loading
56.5 KB
Loading

‎images/invite-users.png‎

56.5 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp