diff --git a/core/lib/i18n/en.i18n.json b/core/lib/i18n/en.i18n.json index 2f81936481..7aa9ddaac1 100644 --- a/core/lib/i18n/en.i18n.json +++ b/core/lib/i18n/en.i18n.json @@ -268,10 +268,13 @@ "proxies_pageHeader": "Proxies", "proxies_addProxy": "Add proxy", "proxies_noProxiesFound": "No proxies found.", + "proxyBackendForm_advancedSettings_title": "Advanced settings", "proxyBackendForm_apiBasePath_helpText": "Base path added to all API requests. Example:", "proxyBackendForm_apiPort_helpText": "Port number on API server", + "proxyBackendForm_disableApiKey_helpText": "Optionally you can allow users to use your API without API key.", "proxyBackendForm_proxyBasePath_helpText": "Base path added to all Proxy requests. Example:", "proxyBackendForm_successMessage": "Settings saved.", + "proxyBackendForm_saveButton": "Save proxy settings", "proxyItem_editProxy": "Edit", "proxyItem_removeProxy": "Remove", "publishApiBackendOnApiUmbrella_successMessage": "API Backend successfully published.", @@ -446,6 +449,15 @@ "label": "Host" } } + }, + "ProxyBackends": { + "apiUmbrella": { + "settings": { + "disable_api_key": { + "label": "Disable API key" + } + } + } } }, "sdkCodeGeneratorModal_errorText": "Your file is not supported by the generator. Please upload the correct file", diff --git a/proxy_backends/client/form/form.html b/proxy_backends/client/form/form.html index a55052b55a..38b902a375 100644 --- a/proxy_backends/client/form/form.html +++ b/proxy_backends/client/form/form.html @@ -120,9 +120,34 @@ {{_ "proxyBackendForm_apiPort_helpText" }}
+ + ++ {{_ "proxyBackendForm_disableApiKey_helpText" }} +
+