Code development platform for open source projects from the European Union institutions 🔵 EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content

🐛 Allow overriding existing environment variables and labels

Decision record

When specifying one of proxy_env, proxy_labels, waf_env, and/or waf_labels in the RPS environment configuration, we cannot have duplicates of default environment variables and labels.

This PR introduces a fix so that duplicates in the extra variables take precedence. That is, if a default variable is also specified in proxy_env, proxy_labels, waf_env, and/or waf_labels, the latter is used and the default one is not included.

Changes

  • 🐛 Allow overriding existing environment variables and labels
  • 🔖 v0.47.2

Merge request reports

Loading