summaryrefslogtreecommitdiffstats
path: root/docs/rbac.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify RBAC get_roles_on_resource method (#14710)Alan Rominger2023-12-141-7/+0
| | | | | | | * Simplify RBAC get_roles_on_resource method * Fix bug * Fix query type bug
* Update RBAC docs, remove unused get_permissions (#14492)Alan Rominger2023-11-161-11/+18
| | | | | * Update RBAC docs, remove unused get_permissions * Add back in section for get_roles_on_resource
* Spelling and codespelling corrections from community PRJoel Tenta2023-05-241-1/+1
| | | | | | - Made the choice not to pull in the CI tools due to the possibility of it blocking PRs. Co-Authored By: Lila Yasin <89486372+djyasin@users.noreply.github.com>
* Assorted renaming and string changesBill Nottingham2021-04-301-2/+2
|
* Edit AWX docsbeeankha2019-09-201-12/+12
|
* RBAC doc updatesAkita Noek2016-05-131-60/+34
|
* Resource fixesWayne Witzel III2016-04-121-16/+8
| | | The idea of a resource is an abstract one using Generic Foreign Key and not a concrete one with a model.
* Update Role model method docs.Wayne Witzel III2016-04-121-9/+16
|
* Merge pull request #962 from anoek/rbacAkita Noek2016-02-151-1/+10
|\ | | | | "Completion" of RBAC migrations; resource_field elimination
| * doc: ImplicitRoleField after the elimination of resource_fieldAkita Noek2016-02-151-1/+10
| | | | | | | | Completes #926
* | Update rbac.mdWayne Witzel III2016-02-121-10/+10
|/
* doc: Try PNG for github markdown instead of SVGAkita Noek2016-02-121-1/+1
|
* doc: Added an example RBAC pictureAkita Noek2016-02-121-0/+2
|
* Docs: Added RBAC basic concepts sectionAkita Noek2016-02-121-6/+36
|
* Update rbac.mdWayne Witzel III2016-02-121-3/+0
| | | Remove resource_field
* Update rbac.mdWayne Witzel III2016-02-121-6/+8
| | | More documentation changes.
* Update rbac.mdWayne Witzel III2016-02-121-13/+31
| | | Updated Role model docs
* Update rbac.mdWayne Witzel III2016-02-111-10/+2
| | | Quick style change.
* Update rbac.mdWayne Witzel III2016-02-111-2/+31
| | | Added information about the ImplicitRoleField
* Update rbac.mdWayne Witzel III2016-02-111-3/+3
| | | Fixing some misspellings / typos.
* Update rbac.mdWayne Witzel III2016-02-111-2/+17
| | | Added more details about the mixin helper methods.
* Update rbac.mdWayne Witzel III2016-02-111-9/+55
| | | Continue to flesh out more of the rbac documentation and examples.
* Update rbac.mdWayne Witzel III2016-02-101-1/+1
| | | Fixing typo
* Added initial rbac docWayne Witzel III2016-02-101-0/+53