-
Notifications
You must be signed in to change notification settings - Fork 128
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
Cannot set strip_path to false using config #18
Comments
hbagdi
added a commit
that referenced
this issue
Jun 8, 2019
Breaking change: This is a limitation of how we fill in default values for the missing values. It is not possible in Go to determine if a value is nil vs a zero vaule (false for boolean). Fixes #18
This was introduced in decK 0.3.0. The fix is ready and will be released with decK 0.4.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Even if strip_path is set to false in config, the value in kong will still be true
The text was updated successfully, but these errors were encountered: