-
Notifications
You must be signed in to change notification settings - Fork 100
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
Using configProviders other than file fails validation #748
Comments
Assuming that you are trying to pull the credentials from AWS Secrets Manager. May I suggest use the default environment provider that kafka has and inject the variables in the container/run environment. If using DOCKER set Then in config use below:
|
Thanks for the suggestions - I'm trying to pull them from property store (ssm), but secrets manager would be fine. In any case isn't it a bit strange to restrict this specific validation behavior only to a configprovider named |
Merged in #753 This will go out in the 2.2.0 release slated for January |
When using any configProvider with a name different from file, config validation fails because it receives the raw value and tries to validate the connection.
Example config:
Error is
Adding some more log statements it receives the uninterpolated string:
Opened a pull request to fix this issue here: #747
The text was updated successfully, but these errors were encountered: