4.2.2. Enabling Global Team Visibility
Developers cannot search and view global teams because this capability is disabled by default. The following instructions describe how to enable this capability for new or existing user accounts.
Enabling Global Team Visibility for New Accounts
Set the following variable in the /etc/openshift/broker.conf
file to "true":
DEFAULT_VIEW_GLOBAL_TEAMS = "true"
Next, restart the broker service for the changes to take effect:
# service openshift-broker restart
All new developer accounts that are created in the future will have the ability to search and view global teams.
Enabling Global Team Visibility for Existing Accounts
Enable the ability to view and search global teams for existing accounts with the following command:
$ oo-admin-ctl-user -l username --allowviewglobalteams true
Disable this capability by changing the --allowviewglobalteams
option to false
.