-
Notifications
You must be signed in to change notification settings - Fork 428
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
[Zscaler] Stream Connector #3007
base: master
Are you sure you want to change the base?
Conversation
Hello @yassine-ouaamou, and @MohamedMerimi, Suggestions for Code ImprovementWhile reviewing the code for this PR, I have provided some recommendations for best practices and improvements that align with our connector development guidelines. Please refer to the Stream Connector template for further guidance. 1. Readme
2. Docker Compose
3.
|
Hello @Megafredo,
I did a few modifications to the connector (main.py , connector.py and config_variables.py) to improve the connector. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's fine, thanks again for the corrections and for your contribution ;)
PS: Hi @MohamedMerimi, unfortunately, there's a bit of a problem: all your commits need to be signed. We cannot merge without them.
PS2: Hi @MohamedMerimi, I've also just seen that in your docker-compose there's a variable you're not using:
- ZSCALER_API_BASE_URL=ChangeMe
, can you take advantage of this to delete it too? thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's fine, thanks again for the corrections and for your contribution ;)
PS: Hi @MohamedMerimi, unfortunately, there's a bit of a problem: all your commits need to be signed. We cannot merge without them.
PS2: Hi @MohamedMerimi, I've also just seen that in your docker-compose there's a variable you're not using:
- ZSCALER_API_BASE_URL=ChangeMe, can you take advantage of this to delete it too? thanks
Proposed changes
Related issues
Checklist
Further comments