-
Notifications
You must be signed in to change notification settings - Fork 54
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
Implement RBAC on ansible objects #1290
Comments
bmclaughlin
added a commit
to bmclaughlin/pulp_ansible
that referenced
this issue
Mar 3, 2023
fixes: pulp#1290
bmclaughlin
added a commit
to bmclaughlin/pulp_ansible
that referenced
this issue
Mar 3, 2023
bmclaughlin
added a commit
to bmclaughlin/pulp_ansible
that referenced
this issue
Mar 10, 2023
fixes: pulp#1290
bmclaughlin
added a commit
to bmclaughlin/pulp_ansible
that referenced
this issue
Mar 10, 2023
bmclaughlin
added a commit
to bmclaughlin/pulp_ansible
that referenced
this issue
Mar 10, 2023
bmclaughlin
added a commit
to bmclaughlin/pulp_ansible
that referenced
this issue
Mar 11, 2023
bmclaughlin
added a commit
to bmclaughlin/pulp_ansible
that referenced
this issue
Mar 11, 2023
bmclaughlin
added a commit
to bmclaughlin/pulp_ansible
that referenced
this issue
Mar 11, 2023
bmclaughlin
added a commit
to bmclaughlin/pulp_ansible
that referenced
this issue
Mar 11, 2023
bmclaughlin
added a commit
to bmclaughlin/pulp_ansible
that referenced
this issue
Mar 11, 2023
bmclaughlin
added a commit
to bmclaughlin/pulp_ansible
that referenced
this issue
Mar 11, 2023
bmclaughlin
added a commit
to bmclaughlin/pulp_ansible
that referenced
this issue
Mar 11, 2023
bmclaughlin
added a commit
to bmclaughlin/pulp_ansible
that referenced
this issue
Mar 17, 2023
bmclaughlin
added a commit
to bmclaughlin/pulp_ansible
that referenced
this issue
Mar 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would good to get basic access control on ansible objects like repositories, remotes and distributions.
This involves writing default access policies for the endpoints, implementing queryset scoping and adding the
RoleMixin
to the viewsets.Access control on content may be deferred to later.
The text was updated successfully, but these errors were encountered: