We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My Rundeck detail
Expected Behavior
Using the List resources API (http://rundeck.org/docs/api/#listing-resources), the results should not include Nodes where run access is not granted to the user.
List resources
run
Actual Behavior
The List resources API returns all nodes in the project.
How to reproduce Behavior
curl -H x-rundeck-auth-token:xyz http://rundeck:4440/api/18/project/MyProject/resources
The text was updated successfully, but these errors were encountered:
Note: read is required for resource: kind: node within the project, but individual node access is not validated
read
resource: kind: node
Sorry, something went wrong.
nodes list
d72b2a5
Merge pull request #2266 from rundeck/rundeck-2265
3a32d64
fix #2265 require read auth for individual nodes in api results
gschueler
No branches or pull requests
Bug report
My Rundeck detail
Expected Behavior
Using the
List resources
API (http://rundeck.org/docs/api/#listing-resources), the results should not include Nodes whererun
access is not granted to the user.Actual Behavior
The List resources API returns all nodes in the project.
How to reproduce Behavior
The text was updated successfully, but these errors were encountered: