-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
config_dir giving an error with 0.5rc1 #629
Comments
@darron was this working before? I do not see where a config_dir was supported in the code. Previously consul would have silently ignored this, but in 0.5.0 we are adding a more strict config checker which catches unknown config keys. |
I'm going to close this out since it sounds like you figured it out, and it was just a mistake on our end that this didn't error before. Thanks! |
Yes - it just looks like it just didn't error before - thanks for checking into it! |
Sourcing config file. ==> Error decoding '/etc/consul/config.json': Config has invalid keys: config_dir
Easy fix on my end - but not expected and didn't see that change in the CHANGELOG.
It does work on the command line as
-config-dir
- was it just an accident it didn't error out before?The text was updated successfully, but these errors were encountered: