Add credentials_file_path configuration parameter for file-based credential support#176
Add credentials_file_path configuration parameter for file-based credential support#176reyhankoyun wants to merge 4 commits intomainfrom
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
eba2d73 to
7e2a81f
Compare
|
The 2 partial coverage lines are |
7e2a81f to
c7a0534
Compare
c7a0534 to
e4d4a01
Compare
|
Should we add a negative test case (tries to pass malformed pass to the config, fails, expect a specific error)? |
Maybe not for this PR. The |
PR 1/3 for file-based credential support.
Adds an optional
credentials_file_pathconfiguration parameter and the default credentials file path constant. No runtime behavior change, the field is parsed and stored but not yet consumed.