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

Extend exporter ACL policy #81

Merged

Conversation

langesven
Copy link
Contributor

This allows the exporter to view details about a job which is relevant for the content of the project/.../executions endpoint.

Without this permission the response never contains details about executions so all the exporter knows about is running executions but not what happened with the executions which makes it a bit pointless.

I was using the policy that was added via #67 but all the dashboard showed for me was 0% success rate and every job was supposedly in running state. Turns out the exporter did not have permissions to get information about the executions once they were out of running. Maybe this is a new part of the ACLs, not sure. I am on rundeck 4.17

This allows the exporter to view details about a job which is relevant
for the content of the `project/.../executions` endpoint. Without this
permission the response never contains details about executions so all
the exporter knows about is running executions but not what happened
with the executions which makes it a bit pointless.
Copy link
Owner

@phsmith phsmith left a comment

Choose a reason for hiding this comment

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

Really cool! I haven't worked with Rundeck for a while, but I really appreciate you jumping on this.

@phsmith phsmith merged commit 8fdb629 into phsmith:main Dec 6, 2023
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.

2 participants