-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Change the JsonRPC Service for OIDC to use recorder #44590
Conversation
This comment has been minimized.
This comment has been minimized.
8c038b1
to
392da0e
Compare
Signed-off-by: Phillip Kruger <[email protected]>
392da0e
to
0d98259
Compare
Status for workflow
|
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.
lgtm; I am not sure I agree it doesn't fix the issue, isn't remaining issue duplicate of the #39644 ?
I am interested. |
Thanks @phillip-kruger @michalvavrik, I'll quickly try this PR with both Keycloak and non Keycloak provider, soon and merge then |
@michalvavrik - So for the The |
Tested with Keycloak and Auth0, thanks @phillip-kruger |
I put it on my list and will apply it before long, thanks @phillip-kruger |
With this new change (#44700) it's less important, as we will remove all dev ui runtime from prod builds, so moving things to BuildTimeActions not really needed. |
good, thanks really |
I'll add a backport label so that #45360 can be fixed. |
👍🏽 |
This is for #44181. It does not fix it, but takes Dev UI out of the picture.
This PR change the way we make data available to the JSON RPC service. It now use a recorder to record it directly on the JsonRPC Service.
On another note, we can probably use build time data (that can also accept a runtime value) for some of the json-rpc methods. However this is a bigger and riskier change (with the same result) so I kept it simple. If the maintainers (@sberyozkin) wants to pursue this I can show what I suggest.