-
Notifications
You must be signed in to change notification settings - Fork 361
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
Implement shadow user creation by org manager #4113
Merged
svkrieger
merged 15 commits into
main
from
implement-shadow-user-creation-by-org-manager
Jan 9, 2025
Merged
Implement shadow user creation by org manager #4113
svkrieger
merged 15 commits into
main
from
implement-shadow-user-creation-by-org-manager
Jan 9, 2025
Conversation
This file contains 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
3 tasks
svkrieger
force-pushed
the
implement-shadow-user-creation-by-org-manager
branch
5 times, most recently
from
December 2, 2024 13:27
49439ba
to
2c99e5d
Compare
jochenehret
reviewed
Dec 2, 2024
svkrieger
force-pushed
the
implement-shadow-user-creation-by-org-manager
branch
from
December 3, 2024 09:57
2c99e5d
to
39a4b2a
Compare
svkrieger
commented
Dec 3, 2024
jochenehret
previously approved these changes
Dec 3, 2024
svkrieger
force-pushed
the
implement-shadow-user-creation-by-org-manager
branch
2 times, most recently
from
December 18, 2024 08:35
6a27ed1
to
626f8e6
Compare
…dow user using username and origin
svkrieger
force-pushed
the
implement-shadow-user-creation-by-org-manager
branch
from
January 7, 2025 12:41
626f8e6
to
2968960
Compare
To make sure that we don't break the behaviour before introducing this new feature the following table shows relevant scenarios before the change and the same scenarios after the change when the feature is disabled and no client is configured. Test catalog before change/v3/users endpoint
/v3/roles endpoint
Test catalog after change when feature is disabled and no client config present/v3/users endpoint
/v3/roles endpoint
|
5 tasks
jochenehret
approved these changes
Jan 9, 2025
ari-wg-gitbot
added a commit
to cloudfoundry/capi-release
that referenced
this pull request
Jan 9, 2025
Changes in cloud_controller_ng: - Implement shadow user creation by org manager PR: cloudfoundry/cloud_controller_ng#4113 Author: Sven Krieger <[email protected]>
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.
A short explanation of the proposed change:
Implementation of the shadow user creation by org managers according to the RFC https://github.com/cloudfoundry/community/blob/main/toc/rfc/rfc-0033-user-creation-by-org-managers.md
Links to any other associated PRs
Add configuration to CAPI release: cloudfoundry/capi-release#491
I have reviewed the contributing guide
I have viewed, signed, and submitted the Contributor License Agreement
I have made this pull request to the
main
branchI have run all the unit tests using
bundle exec rake
I have run CF Acceptance Tests