Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing DNS cache settings for consul agent #600

Open
garry-t opened this issue Jun 26, 2024 · 0 comments
Open

Missing DNS cache settings for consul agent #600

garry-t opened this issue Jun 26, 2024 · 0 comments

Comments

@garry-t
Copy link

garry-t commented Jun 26, 2024

SUMMARY

I want to enable dns cache ttl like described here
https://developer.hashicorp.com/consul/docs/services/discovery/dns-cache

ISSUE TYPE
  • Bug Report
COMPONENT NAME

consul config

ANSIBLE VERSION

not relevant

COLLECTION VERSION

not relevant

CONFIGURATION

not relevant. since no parameter in role available

OS / ENVIRONMENT

all

STEPS TO REPRODUCE

missing parameters

EXPECTED RESULTS

user able to set dns caching properties like foc consul config.json

dns_config {
  service_ttl {
    "*" = "5s"
    "web" = "30s"
    "db*" = "10s"
    "db-master" = "3s"
  }
}
ACTUAL RESULTS

not possible to set

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant