You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When Running Dotifi with a Configuration file and no existing file it fails to load the nifi_url, using_ssl, and using_user_pw setting it to the default value instead. When running the command with command line values instead of the config file it works as expected.
To Reproduce
Do you have an example NIFI template that demonstrates the issue? All NiFi Templates will cause this issue
Steps to reproduce the behavior:
Run dotifi with a conf file specifying the nifi_url and no existing dot file as well as setting the using_ssl and using_user_password properties to true.
The request goes to the default url set, and the using_ssl and using_user_password
Describe the bug
When Running Dotifi with a Configuration file and no existing file it fails to load the nifi_url, using_ssl, and using_user_pw setting it to the default value instead. When running the command with command line values instead of the config file it works as expected.
To Reproduce
Do you have an example NIFI template that demonstrates the issue? All NiFi Templates will cause this issue
Steps to reproduce the behavior:
nifi_url
and no existing dot file as well as setting theusing_ssl
andusing_user_password
properties to true.using_ssl
andusing_user_password
Expected behavior
Expected to load the nifi_url and properties specified from the conf file
Screenshots
Desktop (please complete the following information):
- OS: Centos7
- NIFI: 1.12.4
- Python: 3.9.4
- dotifi: latest
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: