-
Notifications
You must be signed in to change notification settings - Fork 53
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
Added REST API Auth. #56
base: master
Are you sure you want to change the base?
Conversation
rutscs seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
I have only one github user. Does anyone know how to fix that? |
Hi, |
Sorry for the delay. Thank you for contributing the REST Auth feature. Please fix the build/tests before merging. Let me know if you need any help. |
Hi there @yogeshrnaik! As these commits are from back in late August, they won't count towards the Camunda Hacktoberfest project. Would you be so kind as to remove the 'hacktoberfest-accepted' issue label? @rutscs if you would be so kind as to sign the CLA, that would be amazing. Thank you both so much! Alternately, @svenrr or @yogeshrnaik can re-run the CLA bot to remove that user from the automated check if they are no longer a contributor to the project. |
@celanthe I'm also rutscs but I don't know why this name also appears. I just have this github user. @yogeshrnaik can you remove "rutscs" and re-run it? |
It can be used like this:
`auth = ("username", "password")
ExternalTaskWorker(worker_id="1", config=default_config, base_url=url, rest_auth=auth).subscribe(service_task_topic, handle_task)`