neuroserve

Results 16 comments of neuroserve

Hi Tim, I have `enable_token_replication = true` in my consul configuration (s. below). But - as the consul documentation suggests - only in the consul configuration of the primary consul...

As documented in https://github.com/hashicorp/nomad/issues/23728 I have set up a new environment (s above) with Consul 1.19.1 and Nomad 1.8.3. First I tried to use `enable_token_replication = true` in both primary...

When I split the above job in two (one for the api and one for the dashboard) and run one in prod1 and one in prod4, only the one in...

I'm pretty sure, that there was/is a reason to set token locality to local. What would be the "right" way in such an environment? I suspect "workload identities" - but...

OK. I had ``` service_prefix "" { policy = "read" } node_prefix "" { policy = "read" } query_prefix "" { policy = "read" } ``` in my anonymous policy....

Just to add the result here: Even changing to a anonymous policy ``` service_prefix "*" { policy = "read" } node_prefix "*" { policy = "read" } query_prefix "" {...