Commit 6c2d5806 authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch 'JonstonChan-externalize-eks-page' into 'master'

Externalize messages on EKS settings page

See merge request gitlab-org/gitlab!69125
parents ecff8c1c 776cb1a3
...@@ -17,18 +17,18 @@ ...@@ -17,18 +17,18 @@
.form-check .form-check
= f.check_box :eks_integration_enabled, class: 'form-check-input' = f.check_box :eks_integration_enabled, class: 'form-check-input'
= f.label :eks_integration_enabled, class: 'form-check-label' do = f.label :eks_integration_enabled, class: 'form-check-label' do
Enable Amazon EKS integration = _('Enable Amazon EKS integration')
.form-group .form-group
= f.label :eks_account_id, 'Account ID', class: 'label-bold' = f.label :eks_account_id, _('Account ID'), class: 'label-bold'
= f.text_field :eks_account_id, class: 'form-control gl-form-input' = f.text_field :eks_account_id, class: 'form-control gl-form-input'
.form-group .form-group
= f.label :eks_access_key_id, 'Access key ID', class: 'label-bold' = f.label :eks_access_key_id, _('Access key ID'), class: 'label-bold'
= f.text_field :eks_access_key_id, class: 'form-control gl-form-input' = f.text_field :eks_access_key_id, class: 'form-control gl-form-input'
.form-text.text-muted .form-text.text-muted
= _('AWS Access Key. Only required if not using role instance credentials') = _('AWS Access Key. Only required if not using role instance credentials')
.form-group .form-group
= f.label :eks_secret_access_key, 'Secret access key', class: 'label-bold' = f.label :eks_secret_access_key, _('Secret access key'), class: 'label-bold'
= f.password_field :eks_secret_access_key, autocomplete: 'off', class: 'form-control gl-form-input' = f.password_field :eks_secret_access_key, autocomplete: 'off', class: 'form-control gl-form-input'
.form-text.text-muted .form-text.text-muted
= _('AWS Secret Access Key. Only required if not using role instance credentials') = _('AWS Secret Access Key. Only required if not using role instance credentials')
......
...@@ -1723,6 +1723,9 @@ msgstr "" ...@@ -1723,6 +1723,9 @@ msgstr ""
msgid "Access granted" msgid "Access granted"
msgstr "" msgstr ""
msgid "Access key ID"
msgstr ""
msgid "Access requests" msgid "Access requests"
msgstr "" msgstr ""
...@@ -12358,6 +12361,9 @@ msgstr "" ...@@ -12358,6 +12361,9 @@ msgstr ""
msgid "Enable" msgid "Enable"
msgstr "" msgstr ""
msgid "Enable Amazon EKS integration"
msgstr ""
msgid "Enable Auto DevOps" msgid "Enable Auto DevOps"
msgstr "" msgstr ""
...@@ -29486,6 +29492,9 @@ msgstr "" ...@@ -29486,6 +29492,9 @@ msgstr ""
msgid "Secret Detection" msgid "Secret Detection"
msgstr "" msgstr ""
msgid "Secret access key"
msgstr ""
msgid "Secret token" msgid "Secret token"
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment