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

New privilege management module #357

Merged
merged 1 commit into from
Sep 4, 2020

Conversation

rjeffman
Copy link
Member

There is a new privilege management module placed in the plugins folder:

plugins/modules/ipaprivilege.py

The privilege module allows to ensure presence or absence of privilege
and manage privilege permission memebers.

Here is the documentation for the module:

README-privilege.md

New example playbooks have been added:

playbooks/privilege/privilege-absent.yml
playbooks/privilege/privilege-member-absent.yml
playbooks/privilege/privilege-member-present.yml
playbooks/privilege/privilege-present.yml

New tests for the module:

tests/privilege/test_privilege.yml

Copy link
Collaborator

@varunmylaraiah varunmylaraiah left a comment

Choose a reason for hiding this comment

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

Test coverage looks good to me.

@rjeffman rjeffman force-pushed the new_privilege_module branch from d4538f6 to 9ae6873 Compare August 26, 2020 13:14
@rjeffman rjeffman force-pushed the new_privilege_module branch from 9ae6873 to c88c6b1 Compare September 3, 2020 19:25
@rjeffman rjeffman requested a review from t-woerner September 3, 2020 19:25
There is a new privilege management module placed in the plugins folder:

    plugins/modules/ipaprivilege.py

The privilege module allows to ensure presence or absence of privilege
and manage privilege permission memebers.

Here is the documentation for the module:

    README-privilege.md

New example playbooks have been added:

    playbooks/privilege/privilege-absent.yml
    playbooks/privilege/privilege-member-absent.yml
    playbooks/privilege/privilege-member-present.yml
    playbooks/privilege/privilege-present.yml

New tests for the module:

    tests/privilege/test_privilege.yml
@rjeffman rjeffman force-pushed the new_privilege_module branch from c88c6b1 to 19a94ac Compare September 4, 2020 13:46
@t-woerner t-woerner merged commit 97a03ee into freeipa:master Sep 4, 2020
@rjeffman rjeffman mentioned this pull request May 26, 2021
@rjeffman rjeffman deleted the new_privilege_module branch February 23, 2022 20:36
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.

3 participants