You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current wording on the specification regarding environment variable substitution does not support escaping said syntax. If somebody wants to explicitly set a field to ${ENV}, they won't be able to do so.
In the Collector we support $${ENV} for this. It would be desirable to:
decide whether this feature is supported on the Configuration specification
define its behavior on the specification.
The text was updated successfully, but these errors were encountered:
The current wording on the specification regarding environment variable substitution does not support escaping said syntax. If somebody wants to explicitly set a field to
${ENV}
, they won't be able to do so.In the Collector we support
$${ENV}
for this. It would be desirable to:The text was updated successfully, but these errors were encountered: