Skip to content

Commit 043140c

Browse files
thquadrichard-cox
authored andcommitted
Rename global endpoints and update config file comments (#4876)
Signed-off-by: Thomas Quandt <[email protected]>
1 parent 0757fba commit 043140c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/jetstream/config.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ LOCAL_USER_PASSWORD=admin
5858
LOCAL_USER_SCOPE=stratos.admin
5959

6060
# Enable users create user endpoints (disabled, admin_only, enabled). Default is disabled
61-
# admin_only will enable admins to see created user endpoints, but users won't be able to create user endpoints or see them
61+
# admin_only will enable admins to create or see user endpoints, but users won't be able to create user endpoints or see them
6262
USER_ENDPOINTS_ENABLED=disabled
6363

6464
# Enable/disable API key-based access to Stratos API (disabled, admin_only, all_users). Default is admin_only

src/jetstream/config.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ENABLE_TECH_PREVIEW=false
4040
# HOME_VIEW_SHOW_FAVORITES_ONLY=false
4141

4242
# Enable users create user endpoints (disabled, admin_only, enabled). Default is disabled
43-
# admin_only will enable admins to see created user endpoints, but users won't be able to create user endpoints or see them
43+
# admin_only will enable admins to create or see user endpoints, but users won't be able to create user endpoints or see them
4444
USER_ENDPOINTS_ENABLED=disabled
4545

4646
# User Invites

src/jetstream/info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func (p *portalProxy) getInfo(c echo.Context) (*interfaces.Info, error) {
102102

103103
// set the creator preemptively as admin, if no id is found
104104
endpoint.Creator = &interfaces.CreatorInfo{
105-
Name: "Global Endpoint",
105+
Name: "System Endpoint",
106106
Admin: false,
107107
System: true,
108108
}

0 commit comments

Comments
 (0)