-
Notifications
You must be signed in to change notification settings - Fork 5
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
Read API Key from AbuseIPDB from a file #10
Comments
@CyberAbwehr how would you expect the file format? I can think of two ways to support this.
The fileabusekey.txt
The conf file
|
What is easier for you? For the future maybe it is better too but it into the conf file, because it could be that there will come more feeds with such kind of key. |
Def. the single file because that is solvable in a single place in the code whereas the conf file i'd like to implement on a general level.
Agreed, the conf file would also allow to store the elasticsearch connection parameters etc. I think the conf file is the best option as this scales to new use-cases as well. |
Allowing for both a file to be provided and cmd line arguments which will either create or overwrite the configfile provided. Working on #10
Is your feature request related to a problem? Please describe.
To automate the updates from the feeds with a script, it would be easier if your python script abuseipdb.py can read the API Key from a file.
Describe the solution you'd like
Update feeds automatically
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: