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

doc: add section on configuring queue permissions #550

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

cmoussa1
Copy link
Member

@cmoussa1 cmoussa1 commented Dec 17, 2024

Problem

There are no examples or explanations in the documentation of how flux-accounting's priority plugin can enforce permissions for associations on certain queues by setting them up in flux-accounting.


This PR adds some documentation explaining how to set this up. I've also included a simple example of configuring an association's list of permissible queues and how a job gets rejected if they submit a job to a queue they do not have access to.

Fixes #549

@cmoussa1 cmoussa1 added the documentation Improvements or additions to documentation label Dec 17, 2024
Copy link
Contributor

@grondo grondo left a comment

Choose a reason for hiding this comment

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

👍

There are no examples or explanations of how flux-accounting's priority
plugin can enforce permissions for associations on certain queues by
setting them up in flux-accounting.

Add some documentation explaining how to set this up. Include a simple
example of configuring an association's list of permissible queues and
how a job gets rejected if they submit a job to a queue they do not
have access to.
@cmoussa1 cmoussa1 force-pushed the add.queue.permission.docs branch from 7e9da40 to 4a4d93d Compare December 17, 2024 21:14
@cmoussa1
Copy link
Member Author

Thanks!! Rebased to catch up after #547. Setting MWP here

@mergify mergify bot merged commit b525bb0 into flux-framework:master Dec 17, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation merge-when-passing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

documentation: add examples of setting queue permissions for associations
2 participants