ROX-13326: Use UUID columns for roles, permissionsets and simpleaccessscopes in postgres mode.#3802
Merged
rhybrillou merged 6 commits intomasterfrom Nov 20, 2022
Conversation
Contributor
Author
|
/test all |
|
Skipping CI for Draft Pull Request. |
|
Images are ready for the commit at a96d60a. To use with deploy scripts, first |
e9108ae to
3fb695c
Compare
Contributor
Author
|
/test all |
3fb695c to
44a1246
Compare
44a1246 to
3cb7347
Compare
Contributor
|
/retest |
janisz
approved these changes
Nov 15, 2022
Contributor
Author
|
/retest |
Contributor
Author
|
/test gke-postgres-upgrade-tests |
Contributor
Author
|
The failure in postgres upgrade test is due to the fact that the data migration is in a separate PR. The migration code in #3725 takes care of converting the data to UUID values. |
…sscopes in postgres mode - support code.
Co-authored-by: Tomasz Janiszewski <tomek@redhat.com>
…sscopes (PermissionSet and SimpleAccessScope identifiers) in postgres mode. (#3725)
4bcd8f0 to
500a3c9
Compare
mtodor
reviewed
Nov 18, 2022
10dfaa2 to
95eb79d
Compare
95eb79d to
a96d60a
Compare
Contributor
|
Please merge the changes to branch |
rhybrillou
added a commit
that referenced
this pull request
Nov 21, 2022
…sscopes in postgres mode. (#3802)
Contributor
|
Please merge the changes to branch |
janisz
pushed a commit
that referenced
this pull request
Nov 21, 2022
…sscopes in postgres mode. (#3802)
Contributor
|
Please merge the changes to branch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR was split out from #3725 . The goal is to isolate the support code from the data migration.
PR stack:
#3802 (server support code)
+- #3725 (data migration)
... +- #3818 (UI code)
Checklist
- [ ] Evaluated and added CHANGELOG entry if required- [ ] Determined and documented upgrade steps- [ ] Documented user facing changes (create PR based on openshift/openshift-docs and merge into rhacs-docs)If any of these don't apply, please comment below.
Testing Performed
CI is sufficient.