You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/administration/access-control.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@ The [second mechanism](#access-to-kubernetes-clusters-and-pipelines) is policy-b
19
19
20
20
The[third mechanism](#pipeline-definition-restrictions) allows you to restrict the Git repositories used for loading pipeline definitions.
21
21
22
-
There is also the additional layer of permissions for resources (such as concurrent builds and environments) as explained in the[Enterprise Account Management]({{site.baseurl}}/docs/administration/ent-account-mng/) page.
23
22
24
23
##Users and administrators
25
24
@@ -51,7 +50,6 @@ People with **User** access level can still use the Codefresh UI for day-to-day
Copy file name to clipboardExpand all lines: _docs/administration/single-sign-on/sso-ldap.md
-16Lines changed: 0 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,27 +8,11 @@ redirect_from:
8
8
toc:true
9
9
---
10
10
11
-
12
-
You can setup LDAP authentication:
13
-
14
-
1. At the[Codefresh customer level]({{site.baseurl}}/docs/administration/ent-account-mng/).
15
-
1. At the Codefresh account level.
16
-
1. At both levels. Integrations that were created from the customer level can only be edited or removed by the customer administrator from that customer management view. The Account administrator won’t be able to edit those.
17
-
18
-
The specific way depends on your own organization and how you have chosen to give Codefresh access to your users.
19
-
20
11
To access the SSO configuration at the account level.
21
12
22
13
1. Click on your avatar at the top right of the GUI and select*Account settings*.
23
14
1. In the new screen, select*Single Sign-on* from the left sidebar.
24
15
25
-
To access the SSO configuration at the customer level
26
-
27
-
1. Click on your avatar at the top right of the GUI and select any customer from the*Customers* subsection.
28
-
1. In the new screen, select*Single Sign-on* from the left sidebar.
29
-
30
-
In both cases you will arrive to the following screen
Copy file name to clipboardExpand all lines: _docs/administration/single-sign-on/sso-setup-oauth2.md
-15Lines changed: 0 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,26 +34,11 @@ Codefresh currently supports
34
34
* Okta
35
35
* OneLogin
36
36
37
-
You can setup each provider
38
-
39
-
1. At the[Codefresh customer level]({{site.baseurl}}/docs/administration/ent-account-mng/)
40
-
1. At the Codefresh account level
41
-
1. At both levels. Integrations that were created from the customer level can only be edited or removed by the customer administrator from that customer management view. The Account administrator won’t be able to edit those.
42
-
43
-
The specific way depends on your own organization and how you have chosen to give Codefresh access to your users.
44
-
45
37
To access the SSO configuration at the account level.
46
38
47
39
1. Click on your avatar at the top right of the GUI and select*Account settings*
48
40
1. In the new screen, select*Single Sign-on* from the left sidebar
49
41
50
-
To access the SSO configuration at the customer level
51
-
52
-
1. Click on your avatar at the top right of the GUI and select any customer from the*Customers* subsection
53
-
1. In the new screen, select*Single Sign-on* from the left sidebar
54
-
55
-
In both cases you will arrive to the following screen
Copy file name to clipboardExpand all lines: _docs/troubleshooting/personal-git-deprecation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ toc: true
9
9
Codefresh supports several git providers (GitHub, GitLab, Bitbucket etc.) via the[Git integration page]({{site.baseurl}}/docs/integrations/git-providers/) that allows you to define a connection to the respective git provider. Signing up with Codefresh typically requires you to use a Git provider for your basic information (and in the past, an automatic integration was created with the git provider that you used during initial sign-up).
10
10
11
11
12
-
At Codefresh, a single user[can belong to]({{site.baseurl}}/docs/enterprise/ent-account-mng/) multiple*Accounts* (think GitHub organizations). Typically a Codefresh user represents a single person while an*Account* represents a company or team.
12
+
At Codefresh, a single user can belong to multiple*Accounts* (think GitHub organizations). Typically a Codefresh user represents a single person while an*Account* represents a company or team.
13
13
14
14
Until July 2019 Codefresh allowed you to create a git integration either at the account level or at the user level. This has been problematic with several customer scenarios.