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
Description
This subject is already discussed in #33806, this is a limitation when working on some cloud services like CloudFoundry to get a service credentials, all services have a name format like (p-redis-osb), the simple way to fetch the target variable by env() is doing something like : %env(key:host:key:credentials:key:p-redis-osb:json:VCAP_SERVICES), thanks to json and key processors.
VCAP_SERVICES respect the naming convention, but getting a key from json doesn't respect the /^(?:\w*+:)*+\w++$/ and generate an exception here
Suggestion : Accepting a - make since if the value is not the root in env() syntax !