Skip to content

Commit

Permalink
[Remote Clusters] Remove beta badge (elastic#179124)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabarasaba authored Mar 21, 2024
1 parent 9a37b42 commit 3baacf4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ const i18nTexts = {
'xpack.remoteClusters.clusterWizard.trustStep.setupWithApiKeys.title',
{ defaultMessage: 'API keys' }
),
apiKeyBadge: i18n.translate(
'xpack.remoteClusters.clusterWizard.trustStep.setupWithApiKeys.badge',
{ defaultMessage: 'BETA' }
),
apiKeyDescription: i18n.translate(
'xpack.remoteClusters.clusterWizard.trustStep.setupWithApiKeys.description',
{
Expand Down Expand Up @@ -90,7 +86,6 @@ export const RemoteClusterSetupTrust = ({ onBack, onSubmit, isSaving }: Props) =
<EuiCard
title={i18nTexts.apiKeyTitle}
paddingSize="l"
betaBadgeProps={{ label: i18nTexts.apiKeyBadge, color: 'accent' }}
data-test-subj="setupTrustApiKeyCard"
>
<EuiText size="s">
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -29474,7 +29474,6 @@
"xpack.remoteClusters.clusterWizard.trustStep.modal.checkbox": "Oui, j'ai mis en place un système de confiance",
"xpack.remoteClusters.clusterWizard.trustStep.modal.createCluster": "Ajouter un cluster distant",
"xpack.remoteClusters.clusterWizard.trustStep.modal.title": "Confirmer votre configuration",
"xpack.remoteClusters.clusterWizard.trustStep.setupWithApiKeys.badge": "BÊTA",
"xpack.remoteClusters.clusterWizard.trustStep.setupWithApiKeys.description": "Accès fin aux index distants. Il vous faut une clé d'API fournie par l'administrateur du cluster distant.",
"xpack.remoteClusters.clusterWizard.trustStep.setupWithApiKeys.title": "Clés d'API",
"xpack.remoteClusters.clusterWizard.trustStep.setupWithCert.description": "Accès complet au cluster distant. Il vous faut les certificats TLS du cluster distant.",
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -29475,7 +29475,6 @@
"xpack.remoteClusters.clusterWizard.trustStep.modal.checkbox": "はい。信頼を設定しました",
"xpack.remoteClusters.clusterWizard.trustStep.modal.createCluster": "リモートクラスターを追加",
"xpack.remoteClusters.clusterWizard.trustStep.modal.title": "構成を確認",
"xpack.remoteClusters.clusterWizard.trustStep.setupWithApiKeys.badge": "BETA",
"xpack.remoteClusters.clusterWizard.trustStep.setupWithApiKeys.description": "リモートインデックスへのきめ細かいアクセス。リモートクラスター管理者が提供するAPIキーが必要です。",
"xpack.remoteClusters.clusterWizard.trustStep.setupWithApiKeys.title": "APIキー",
"xpack.remoteClusters.clusterWizard.trustStep.setupWithCert.description": "リモートクラスターへのフルアクセスリモートクラスターのTLS証明書が必要です。",
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -29459,7 +29459,6 @@
"xpack.remoteClusters.clusterWizard.trustStep.modal.checkbox": "是,我已建立信任",
"xpack.remoteClusters.clusterWizard.trustStep.modal.createCluster": "添加远程集群",
"xpack.remoteClusters.clusterWizard.trustStep.modal.title": "确认您的配置",
"xpack.remoteClusters.clusterWizard.trustStep.setupWithApiKeys.badge": "公测版",
"xpack.remoteClusters.clusterWizard.trustStep.setupWithApiKeys.description": "远程索引的细粒度访问权限。您需要由远程集群管理员提供的 API 密钥。",
"xpack.remoteClusters.clusterWizard.trustStep.setupWithApiKeys.title": "API 密钥",
"xpack.remoteClusters.clusterWizard.trustStep.setupWithCert.description": "远程集群的完全访问权限。您需要来自远程集群的 TLS 证书。",
Expand Down

0 comments on commit 3baacf4

Please sign in to comment.