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

[FEATURE] Remove reconcilation of initialOrgManagers in CloudfoundryEnvironement #78

Open
1 task
sdischer-sap opened this issue Dec 18, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@sdischer-sap
Copy link
Member

Is your feature request related to a problem? Please describe.
Other then the name suggest the initialOrgManagers field in the cf environment CR, is being reconciled.

It acts as a single source of truth, meaning it removes all users that are not listed there from being a manager and thus conflicts with usages of the OrgMember kind.

Also the guide reflects a different behaviour.

Describe the solution you'd like
The reconcilation logic of that field should be removed. The users should be assigned the role only on initial creation, there should be no drift detection after that. Ideally this is also prevented on schema level. It should be also part of the in-code documentation, so that it shows up in the CRD Browser as well.

Additional context
Add any other context or screenshots about the feature request here.

** Follow Ups **

  • Update guide to reflect those changes
@sdischer-sap sdischer-sap added enhancement New feature or request help wanted Extra attention is needed labels Dec 18, 2024
@sdischer-sap sdischer-sap added this to the v1.2.0 milestone Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Status: No status
Development

No branches or pull requests

1 participant