Tutorial Fix: Secure Nomad Jobs with Consul Service Mesh

Hello, I have identified some code with invalid syntax in Secure Nomad Jobs with Consul Service Mesh.

In the section Create a Nomad client policy, there is a block of code that reads as follows:

# uncomment if using Consul KV with Consul Template
# key_prefix "" {
#   policy = read
# }

I believe that it should read as follows instead:

# uncomment if using Consul KV with Consul Template
# key_prefix "" {
#   policy = "read"
# }

I apologize if this is the wrong place to create the issue. I did not find a GitHub repository to create a PR against.

With warmth :tulip:

Hi @AdrienneCohea and thanks for raising this. The Learn repository is private; in the future please feel free to raise these kind of issues against the product repository. I’ll go ahead and raise a PR to get this fixed-up.

Thanks,
jrasell and the Nomad team

Just someone also encountered this issue passing by.