-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Get correct map key for config maps of maps, with tests #5995
Conversation
This PR includes the commit from #5989 for conflict reasons so it should stay in draft until that PR is merged. |
I tried to put this one on top of the PR I'm preparing and I have a test failure:
|
@gsmet I'm not sure I undertand what line 47 does, it looks like it expects a |
Yes, I agree this code looks suspicious and is probably buggy. Could you come up with a fix? |
@gsmet Guillaume, can you please check what the value of that map is ? I don't know if it is possible to debug, may be add some temp log message...The fix should be trivial. I'll have to pick up the family... |
|
@sberyozkin I will have a look later tonight or tomorrow morning. |
I rebased on top of #6005 and pushed a fix for Keycloak Authorization. Let's see what CI think. |
@gsmet thanks :-) |
@dmlloyd I rebased on top of master but it seems the test you added doesn't pass:
Issue reported by CI before my last rebase and reproduced locally with the last rebase. |
@dmlloyd I pushed again my Keycloak Authorization fix on top of your commit. |
Ah, didn't mean to lose it. Pushed from my phone in bed :-) |
Looks like we still have the same issue:
|
Looks like everything is OK now. |
Fixes #5982