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: website/docs/endpoints/cf/user-endpoints.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ sidebar_label: Configuring User Endpoints
5
5
6
6
Stratos provides a way for users to create endpoints without the need to be an administrator.
7
7
8
-
> Note: Admin endpoint-ID's are generated through a SHA-1 encryption of the URL. Endpoints created by a user will differ in their ID, by using the URL + user-ID for encryption. This should pose no problem in the usual Stratos workflow, but if you depend on the ID to be based solely on the URL, then use this feature with caution.
8
+
> Note: Admin endpoint-ID's are generated through a SHA-1 encryption of the URL. Personal endpoints will differ in their ID, by using the URL + user-ID for encryption. This should pose no problem in the usual Stratos workflow, but if you depend on the ID to be based solely on the URL, then use this feature with caution.
9
9
10
10
## Set up
11
11
@@ -15,16 +15,15 @@ In order to enable User Endpoints support in Stratos:
15
15
2. The UAA client used by Stratos needs an additional scope `stratos.endpointadmin`
16
16
3. Users need to have the `stratos.endpointadmin` group attached to them
17
17
18
-
Once all steps have been completed, user within the `stratos.endpointadmin` group are allowed to create endpoints. Endpoints created by users are only visible to their respective user and all admins.
18
+
Once all steps have been completed, user within the `stratos.endpointadmin` group are allowed to create personal user endpoints. Endpoints created that way are only visible to their respective user and all admins. Admins will be able to create personal user endpoints after step 1 has been completed.
19
19
20
20
## Environment variable
21
21
22
22
`USER_ENDPOINTS_ENABLED` or helm chart value `console.userEndpointsEnabled` can be set to three different states:
23
23
24
24
1.`disabled` (default) will disable this feature. Neither admins nor users will see user endpoints.
25
-
2.`admin_only` will hide user endpoints from users. Admins can still see all endpoints created by users.
26
-
3.`enabled` will allow users within the `stratos.endpointadmin` group to create endpoints. The endpoints will only be visible to them or admins.
27
-
25
+
2.`admin_only` will hide user endpoints from users. Admins can create and see all user endpoints.
26
+
3.`enabled` will allow users within the `stratos.endpointadmin` group and admins to create personal user endpoints. These endpoints will only be visible to them or admins.
0 commit comments