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

Roles synchronisation #9

Open
przemkalit opened this issue Jul 17, 2024 · 2 comments
Open

Roles synchronisation #9

przemkalit opened this issue Jul 17, 2024 · 2 comments
Labels
enhancement New feature or request filetree

Comments

@przemkalit
Copy link
Contributor

Is your feature request related to a problem? Please describe.
N/A

Describe the solution you'd like
I've discovered that while restoring the roles, they are not in sync.

For example, if there is no role set as Admin for project X in the A controller, but there is an Admin role for project X in the B controller, the Admin role should be removed from the B controller when an import is requested, as it is not included in the export created by filetree_create.

Describe alternatives you've considered

I've tested a solution to fetch the entire list of roles and compare it to the provided list, but it takes too much time to be reliable. Therefore, I am opening this request in case you have an idea on how to approach this. If there is something I didn't notice in the collection, please let me know.

Additional context
N/A

@przemkalit przemkalit added the enhancement New feature or request label Jul 17, 2024
@djdanielsson djdanielsson transferred this issue from redhat-cop/infra.aap_configuration Oct 15, 2024
@ivarmu
Copy link
Contributor

ivarmu commented Nov 11, 2024

@przemkalit should this issue be closed? I see the associated PR was discarded.

@djdanielsson
Copy link
Contributor

it was closed in the aap_configuration repo because filetree lives here now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request filetree
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants