Skip to content
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

Add support for OAuth 2 authentication #626

Closed
acogoluegnes opened this issue Sep 12, 2019 · 1 comment
Closed

Add support for OAuth 2 authentication #626

acogoluegnes opened this issue Sep 12, 2019 · 1 comment
Assignees
Milestone

Comments

@acogoluegnes
Copy link
Contributor

RabbitMQ 3.8 ships with OAuth 2 support. The client should provide utility to retrieve JWT tokens and to refresh them when appropriate.

@acogoluegnes
Copy link
Contributor Author

acogoluegnes added a commit that referenced this issue Sep 16, 2019
Some CI testing jobs are using the 3.7 branch of codegen, which does not contain
the update-secret extension. The Java client then cannot be built
because it requires some generated code for the extension.

This commit adds the code to handle update-secret and thus
makes the generated code not necessary. This is just a workaround for
these testing jobs to succeed, it does not change the handling of the
update-secret extension in the client.

[#167029587]

References #626
acogoluegnes added a commit that referenced this issue Sep 17, 2019
Some CI testing jobs are using the 3.7 branch of codegen, which does not contain
the update-secret extension. The Java client then cannot be built
because it requires some generated code for the extension.

This commit adds the code to handle update-secret and thus
makes the generated code not necessary. This is just a workaround for
these testing jobs to succeed, it does not change the handling of the
update-secret extension in the client.

[#167029587]

References #626

(cherry picked from commit e3c662e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant