fix(secrets): teaser wording updates [EE-6568] (#11017)

pull/11020/head
Ali 2024-01-26 10:28:57 +13:00 committed by GitHub
parent 4a10c2bb07
commit 249b6bc628
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 2 deletions

View File

@ -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}