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
Ubuntu 14-04
3.13.0-53-generic #89-Ubuntu SMP Wed May 20 10:34:39 UTC 2015
Issue
We have a use case where a Nomad job is a Consul watch and the handler is another Nomad job. The URL passed to nomad run requires both the raw and token parameters passed in the format ?raw&token=<uuid>. Once passed to Nomad a nomad inspect shows that the ampersand has been encoded as \u0026. This encoding is not valid for the 'inner' Nomad job.
This example is Consul watch running in Nomad managing a Nomad job this issue is generic wherever \u0026 is not valid.
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Nomad version
Nomad v0.5.4
Operating system and Environment details
Ubuntu 14-04
3.13.0-53-generic #89-Ubuntu SMP Wed May 20 10:34:39 UTC 2015
Issue
We have a use case where a Nomad job is a Consul watch and the handler is another Nomad job. The URL passed to
nomad run
requires both the raw and token parameters passed in the format?raw&token=<uuid>
. Once passed to Nomad anomad inspect
shows that the ampersand has been encoded as\u0026
. This encoding is not valid for the 'inner' Nomad job.This example is Consul watch running in Nomad managing a Nomad job this issue is generic wherever
\u0026
is not valid.Job file
Snippet of resulting JSON as shownby
nomad inspect
The text was updated successfully, but these errors were encountered: