fix(secrets): teaser wording updates [EE-6568] (#11017)
parent
4a10c2bb07
commit
249b6bc628
|
@ -288,8 +288,13 @@ function InnerForm({
|
|||
<SwitchField
|
||||
name="restrictSecrets"
|
||||
data-cy="kubeSetup-restrictSecretsToggle"
|
||||
label="In the UI, only admins may view and edit the contents of secrets that are not their own"
|
||||
tooltip="This hides the ability to view or edit in the UI the contents of secrets that a non-admin user did not create themselves but does not prevent it via the command line."
|
||||
label="Restrict secret contents access for non-admins (UI only)"
|
||||
tooltip={
|
||||
<span>
|
||||
If enabled, in the UI, <b>only admins</b> may view and edit
|
||||
the contents of secrets that are <b>not</b> their own.
|
||||
</span>
|
||||
}
|
||||
labelClass="col-sm-5 col-lg-4"
|
||||
checked={false}
|
||||
featureId={FeatureId.K8S_ADM_ONLY_SECRETS}
|
||||
|
|
Loading…
Reference in New Issue