Change default access control value

This commit is contained in:
n313893254 2019-07-18 16:00:04 +08:00
parent f74ac2be02
commit b8c9052b5a
2 changed files with 3 additions and 3 deletions

View File

@ -567,7 +567,7 @@ export default Component.extend(CrudCatalog, ReservationCheck, CatalogUpgrade, {
setProperties(this, { setProperties(this, {
config, config,
allowSystemGroup: true, allowSystemGroup: false,
}); });
}, },

View File

@ -75,8 +75,8 @@ clusterIstioPage:
title: External UI Member Access title: External UI Member Access
detail: Control who has access to Kiali and Jaeger UI. detail: Control who has access to Kiali and Jaeger UI.
allowSystemGroup: allowSystemGroup:
true: Allow <b>all</b> members to access external UI. true: Allow <b>all</b> members to access Kiali and Jaeger UI.
false: Allow system project members and <b>specified</b> members to access external UI. false: Allow system project members and <b>specified</b> members to access Kiali and Jaeger UI.
goToMonitoring: 'Before enabling Istio, you need to enable cluster monitoring first. Go <a href="/c/{clusterId}/monitoring/cluster-setting">here</a> to enable cluster monitoring.' goToMonitoring: 'Before enabling Istio, you need to enable cluster monitoring first. Go <a href="/c/{clusterId}/monitoring/cluster-setting">here</a> to enable cluster monitoring.'
upgradeMonitoring: 'Before enabling Istio, you need to upgrade cluster monitoring to version 0.0.4 or above first. Go <a href="/c/{clusterId}/monitoring/cluster-setting">here</a> to upgrade cluster monitoring.' upgradeMonitoring: 'Before enabling Istio, you need to upgrade cluster monitoring to version 0.0.4 or above first. Go <a href="/c/{clusterId}/monitoring/cluster-setting">here</a> to upgrade cluster monitoring.'
istio: istio: