mirror of https://github.com/rancher/ui.git
Change default access control value
This commit is contained in:
parent
f74ac2be02
commit
b8c9052b5a
|
|
@ -567,7 +567,7 @@ export default Component.extend(CrudCatalog, ReservationCheck, CatalogUpgrade, {
|
||||||
|
|
||||||
setProperties(this, {
|
setProperties(this, {
|
||||||
config,
|
config,
|
||||||
allowSystemGroup: true,
|
allowSystemGroup: false,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue