-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
postgresql output support secretstores #14290
Comments
next steps: looking at adding this similar to other sql plugins. However, we would only land this once the secret store initialization change goes in to avoid impacting other plugins or users who are not using secret store. |
I have put up #15041 with the ability to use secret stores as a part of the connection option. Can you please give that a try and let me know if it resolves your request? Thanks |
Are you saying to use this to modify the source? |
You can download artifacts that you can try out directly from this comment: #15041 (comment) |
It's perfect. Confirmed that it is working properly. secretstores.http to receive information and use it for connection. |
Use Case
telegraf.conf
Expected behavior
Secretstores available in postgresql output
example>
http://localhost/meta/META_DB
Assuming the API is the above value, the value is stored in secretstores.
Actual behavior
The secretstores value is substituted into the setting value.
Additional info
No response
The text was updated successfully, but these errors were encountered: