This repository was archived by the owner on Feb 20, 2026. It is now read-only.
feat(database/influx): add parameter for a password_file - #252
Open
herbetom wants to merge 2 commits into
Open
Conversation
5 tasks
herbetom
marked this pull request as draft
October 26, 2025 07:54
herbetom
force-pushed
the
credential_files
branch
from
October 26, 2025 08:01
df1ad8a to
1824bfa
Compare
There isn't really a need to force users to set them to an empty string if they don't require auth.
herbetom
force-pushed
the
credential_files
branch
3 times, most recently
from
October 26, 2025 08:40
0617c4a to
6775245
Compare
herbetom
marked this pull request as ready for review
October 26, 2025 08:40
This is quite useful to seperate config and secrets. Also supports enviroment variables. Quite useful if you want to use systemd credentials
herbetom
force-pushed
the
credential_files
branch
from
October 26, 2025 08:46
6775245 to
342c1e9
Compare
maurerle
approved these changes
Jan 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Allow providing the influx password via a password file and make providing a username and password optional.
alternative to #244
Motivation and Context
This change allows seperating critical information so that it can be managed via other means then the regular config.
The field also supports enviroment variables. Quite useful if you want to use systemd credentials.
Checklist: