Skip to content
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 regression with user bootstrap #3072

Closed
wants to merge 1 commit into from
Closed

fix regression with user bootstrap #3072

wants to merge 1 commit into from

Conversation

strehle
Copy link
Member

@strehle strehle commented Oct 2, 2024

fix for issue 3069

The change #3033 forbids the user and group creation with UAA origin but assigns always the origin from the user itself

This breaks the scim user bootstrapping from uaa.yml.

Separate the create user into

  • from uaa.yml (propertiesSetup)
  • from shadow user creation

In case of propertiesSetup and LDAP origin we allow again the creation of group assignments to UAA origin

fix for issue 3069

The change #3033 forbids the user and group creation with UAA origin but assigns always the origin from the user itself

This breaks the scim user bootstrapping from uaa.yml.

Separate the create user into
- from uaa.yml (propertiesSetup)
- from shadow user creation

In case of propertiesSetup and LDAP origin we allow
again the creation of group assignments to UAA origin
@strehle
Copy link
Member Author

strehle commented Oct 2, 2024

@mikeroda FYI: this PR will not revert all from your former PR . So I assume you have no issue with this PR here ?

Copy link
Contributor

@mikeroda mikeroda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@strehle I'm fine with these changes

@strehle
Copy link
Member Author

strehle commented Oct 4, 2024

close it because of #3069 (comment)

@strehle strehle closed this Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

scim individual users not mapping correct groups when generating tokens
2 participants