From 4fe3c1a7ce6a268062277072083dbc16b11da7f7 Mon Sep 17 00:00:00 2001 From: Florian Schwarzmeier Date: Fri, 18 Aug 2023 17:07:12 +0200 Subject: [PATCH 1/2] Updates reserved environment variables list in cloud Update add-variables-in-the-parameter-store.md --- .../add-variables-in-the-parameter-store.md | 39 ++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/docs/cloud/dev/spryker-cloud-commerce-os/add-variables-in-the-parameter-store.md b/docs/cloud/dev/spryker-cloud-commerce-os/add-variables-in-the-parameter-store.md index 2bfb1024fb0..a8b0d53621f 100644 --- a/docs/cloud/dev/spryker-cloud-commerce-os/add-variables-in-the-parameter-store.md +++ b/docs/cloud/dev/spryker-cloud-commerce-os/add-variables-in-the-parameter-store.md @@ -40,8 +40,45 @@ Variables must follow this naming convention: `/{project}/{environment}/{type}/{ Reserved variables are variable names that have special meaning in Spryker Cloud Commerce OS. Since their names are reserved, you can't define your own variables using these names.
The reserved variable names are the following: +* `SPRYKER_*` *(Every variable name with that prefix)* +* `ALLOWED_IP` +* `BLACKFIRE_AGENT_SOCKET` +* `BLACKFIRE_SERVER_ID` +* `BLACKFIRE_SERVER_TOKEN` +* `DATA_IMPORT_S3_BUCKET` +* `DATA_IMPORT_S3_KEY` +* `DATA_IMPORT_S3_SECRET` * `DUMMY_INIT` -* `SPRYKER_*` +* `ENABLE_NRI_ECS` +* `JAVA_OPTS` +* `JENKINS_URL` +* `NEWRELIC_APPNAME` +* `NEWRELIC_ENABLED` +* `NEWRELIC_LICENSE` +* `NRIA_CUSTOM_ATTRIBUTES` +* `NRIA_LICENSE_KEY` +* `NRIA_OVERRIDE_HOST_ROOT` +* `NRIA_PASSTHROUGH_ENVIRONMENT` +* `NRIA_VERBOSE` +* `ONEAGENT_INSTALLER_DOWNLOAD_TOKEN` +* `ONEAGENT_INSTALLER_SCRIPT_URL` +* `RABBITMQ_DEFAULT_PASS` +* `RABBITMQ_DEFAULT_USER` +* `RABBITMQ_DEFAULT_VHOST` +* `RABBITMQ_ENDPOINT` +* `RABBITMQ_EXCHANGE_REGEXES` +* `RABBITMQ_INTEGRATIONS_INTERVAL` +* `RABBITMQ_NODENAME` +* `RABBITMQ_PASSWORD` +* `RABBITMQ_PORT` +* `RABBITMQ_QUEUES_REGEXES` +* `RABBITMQ_USE_SSL` +* `RABBITMQ_USERNAME` +* `TIDEWAYS_APIKEY` +* `TIDEWAYS_CLI_ENABLED` +* `TIDEWAYS_DAEMON_URI` +* `TIDEWAYS_ENVIRONMENT` + If you are already using these reserved variables in your code, you need to change their names to avoid any service issues. From aaf10bef8a60552b73d2631f43c6553a2e0331f2 Mon Sep 17 00:00:00 2001 From: Vadym Sachenko Date: Mon, 21 Aug 2023 17:07:59 +0300 Subject: [PATCH 2/2] Update add-variables-in-the-parameter-store.md --- .../add-variables-in-the-parameter-store.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cloud/dev/spryker-cloud-commerce-os/add-variables-in-the-parameter-store.md b/docs/cloud/dev/spryker-cloud-commerce-os/add-variables-in-the-parameter-store.md index a8b0d53621f..c23a673d27b 100644 --- a/docs/cloud/dev/spryker-cloud-commerce-os/add-variables-in-the-parameter-store.md +++ b/docs/cloud/dev/spryker-cloud-commerce-os/add-variables-in-the-parameter-store.md @@ -1,7 +1,7 @@ --- title: Add variables in the Parameter Store description: Learn how to define variables in the Parameter Store. -last_updated: May 3, 2023 +last_updated: Aug 21, 2023 template: howto-guide-template keywords: environment variable management redirect_from: