-
Notifications
You must be signed in to change notification settings - Fork 828
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
fix: UAA delete user endpoint returns false error during upgrade canary deployment #2790
Conversation
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/187263715 The labels on this github issue will be updated when the story is started. |
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.
Restore looks good
0b90aea
to
dc585a5
Compare
dc585a5
to
d702099
Compare
Some tests are failing on uploading test results:
Not sure what's wrong. |
...er/src/main/resources/org/cloudfoundry/identity/uaa/db/hsqldb/V4_108__Restore_MFA_Tables.sql
Outdated
Show resolved
Hide resolved
...rc/main/resources/org/cloudfoundry/identity/uaa/db/postgresql/V4_108__Restore_MFA_Tables.sql
Outdated
Show resolved
Hide resolved
sql syntax for postgresl/mysql is "CREATE TABLE IF NOT EXISTS", corrected it |
703c849
to
4d4a9c5
Compare
…ry deployment - fixes #2789 (see bug root cause in the issue) - by bringing back the MFA-related tables (but without the index as these tables won't actually be used, as the MFA feature itself has been removed) [#187240345] Co-authored-by: Markus Strehle <[email protected]>
4d4a9c5
to
c14fd73
Compare
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.
Since you have not merged it yesterday for the release I dont see a reason now to have it, correct ?
@@ -0,0 +1,29 @@ | |||
-- |
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.
4_108 is now used from recent merge, so if you want this please incr. number
We have not merged it because this is still under discussion in slack, and this PR has not received enough approvals. |
ok, so you would get an approval, but my personal opinion is, now it is too late and I would not restore tables. UAA was not crashed,.... So too much effort for too less impact |
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.
please take care for correct versioning of flyway file ... 108 is used alredy.
my personal opinion is, now it is too late and I would not restore tables. UAA was not crashed,.... So too much effort for too less impact
However you can have an approval
Let's keep this PR as a draft, and wait until next week, then I'll discuss this with @bruce-ricard, who worked on this issue with me. |
I have discussed with @bruce-ricard, and decided that if SAP, the party that reported this issue, does not care about this fix, and given that our side has not received any reports of this issue, we can close this PR for now. If there's any new complaints, we can always reopen this PR. For now, we have documented this issue in release notes and this open issue: #2789 And we see that as sufficient for now. |
[#187240345]