-
Notifications
You must be signed in to change notification settings - Fork 161
Update ACL Documentation for Runners #1665
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the ACL documentation to enumerate fine-grained runner actions and clarifies runner resource properties.
- Expands application and project scope tables with
read
,create
,update
,delete
,ping
, andregenerate_credentials
forrunner
- Adds a type-properties row for
runner
and a note detailing theproject
andid
fields
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section should be updated too
https://github.com/rundeck/docs/pull/1665/files#diff-d55f07289d6ee2fef535618fd494da768eb26ce39b0fa8ca4874441d27f32408R205-R207
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR enhances the ACL documentation by expanding runner permissions with granular actions, updating all relevant tables in both application and project scopes, and adding a resource-level runner section with property notes.
- Added individual runner actions (read, create, update, delete, ping, regenerate_credentials) under “Managing Runners”
- Updated application-scope and project-scope tables to list each runner action explicitly
- Introduced a resource-level runner section and clarified its properties in a note
Comments suppressed due to low confidence (1)
docs/administration/security/authorization.md:205
- [nitpick] The bullet has an extra hyphen which leads to inconsistent list indentation; remove the redundant hyphen to align with surrounding items.
- - Read Access to All Runner configuration `read`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the ACL documentation to add detailed Runner actions and permissions, ensuring that all available Runner operations are clearly documented.
- Updated the list of Runner actions in the application-wide ACL section.
- Revised and expanded the Runner entries in the ACL tables across different scopes.
- Removed duplicate Runner entries from previous sections.
No description provided.