-
Notifications
You must be signed in to change notification settings - Fork 159
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
feat: add oauth support #1632
feat: add oauth support #1632
Conversation
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.
Can u plz add a test there: https://github.com/airtai/faststream/blob/main/tests/asyncapi/confluent/test_security.py ?
Hi @Lancetnik, I intend to do that however atm I struggle running test suite at all, |
It is an old confluent Issue (it just can't be runned on macos) and I can't run confluent tests locally as well. But you do not need run them in your case, just add and check AsyncAPI test for confluent |
Got it, on another note. It was already pointed out in #1608 that there is this snippet:
in |
It will be great |
Added test where you asked, by accident added one more in |
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.
Thank you a lot! But I have to ask you for one more thing. You added doc/docs_src
example, but didn't include it to the doc. Can you please use it the documentation (here https://github.com/airtai/faststream/blob/main/docs/docs/en/kafka/security.md) and write a test for it here: https://github.com/airtai/faststream/blob/main/tests/docs/kafka/test_security.py ?
|
Sorry, the confluent one |
I have added docs to |
|
@filip-danieluk sorry, but why you set security AsyncAPI as Can I ask you to selected correct type from the supporting ones? We faced with a problem now #1802 |
Sorry, missed that. I will take a look at that and raise PR this week. |
Description
Please include a summary of the change and specify which issue is being addressed. Additionally, provide relevant motivation and context.
Fixes #1631
Type of change
Checklist
scripts/lint.sh
shows no errors)scripts/test-cov.sh
scripts/static-analysis.sh