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: issue #579 (space roles not exported) #582

Merged
merged 1 commit into from
Oct 19, 2024
Merged

Conversation

peterhaochen47
Copy link
Contributor

  • The addSpaceUsers function needs the space GUID as a function param, but instead the org GUID is supplied, resulting in no space users being found as the supplied space GUID (which is actually an org GUI) does not actually exist. This commit fixes this issue by correctly supplying the space GUID.
    • this commit reverses a past change which lacks clear justification (so presumably it's an unintentional change).
  • backfill an integration test that would have caught this regression.

[fixes #579]
[https://vmw-jira.broadcom.net/browse/TPCF-27431]

- The `addSpaceUsers` function needs the space GUID as a function param,
but instead the org GUID is supplied, resulting in no space users being
found as the supplied space GUID (which is actually an org GUI) does
not actually exist. This commit fixes this issue by correctly supplying
the space GUID.
  - this commit reverses [a past change](1483b66#diff-9982210b028e54f7afea530e407e1544509635e4dae9d236e2045280589b6b65L371)
  which lacks clear justification (so presumably it's an unintentional change).
- backfill an integration test that would have caught this regression.

[fixes #579]
[https://vmw-jira.broadcom.net/browse/TPCF-27431]
Copy link
Contributor

@hsinn0 hsinn0 left a comment

Choose a reason for hiding this comment

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

Approving, but you won't be able to merge now because the PR check is failing due to the tpe-concourse shepherd issue.

@cf-identity cf-identity merged commit 0fab7d1 into main Oct 19, 2024
1 check passed
@cf-identity cf-identity deleted the pr/main/fix-issue-579 branch October 19, 2024 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

export config is not export users and ciusers in the environment
3 participants