Conversation
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📝 WalkthroughWalkthroughThis change refactors authentication configuration in the Jumpstarter operator by removing the Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
the pytest matrix does not detect the skips, and requires to run it seems, meeh https://github.com/orgs/community/discussions/44490 we may see ourselves running them all... |
Authentication was duplicated in two places: * spec.controller.authentication * spec.authentication The original intent of the design was using just spec.authentication for the overall auth config, but it got duplicated and implemented on spec.controller This fixes the problem before we release this in 0.8.0
592ef9f to
f3b1608
Compare
|
@evakhoni can you have an eye on this one? thanks thanks! :D |
evakhoni
left a comment
There was a problem hiding this comment.
@mangelajo LGTM
the only thing i can think of, is if anybody already using the operator with the old spec, it will probably be just discarded silently by the operator, and defaults will be applied, without any warning for the user. but I guess at this point there are no one besides our devs so probably not an issue.
yep, I think I am the only user of that so far %) and I have one instance configured like that, so I am ready to switch it when necessary :D |
Authentication was duplicated in two places:
The original intent of the design was using just spec.authentication for the overall auth
config, but it got duplicated and implemented on spec.controller
This fixes the problem before we release this in 0.8.0
Summary by CodeRabbit
Breaking Changes
Bug Fixes
✏️ Tip: You can customize this high-level summary in your review settings.