-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Feat nomad token module #7523
Feat nomad token module #7523
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Co-authored-by: Felix Fontein <[email protected]>
There are still two unresolved comments, that GitHub has been unfortunately hiding. You can see them in the "Files changed" view, or when going through all the unhide buttons. |
Co-authored-by: Felix Fontein <[email protected]>
This comment was marked as outdated.
This comment was marked as outdated.
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.
Sorry, one last thing.
Backport to stable-8: 💚 backport PR created✅ Backport PR branch: Backported as #7677 🤖 @patchback |
* Add nomad_token module * Updatate nomad maintainers list * Fix Example docstring * Fix identations and Flake8 rules * Fix trailing whitespace * Fix SyntaxError error * change stringh format * Fix Return doc string * Fix Examples * Fix flake8 rule W293 * Fix Doc schema * Fix argument_spec * Add maintainer * Fix Example doc * Remove token_info * Change Doc * Change nomad api acl token link * Remove return whitespace * Update plugins/modules/nomad_token.py Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/nomad_token.py Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/nomad_token.py Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/nomad_token.py Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/nomad_token.py Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/nomad_token.py Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/nomad_token.py Co-authored-by: Felix Fontein <[email protected]> * Fix add changed state to True * Update plugins/modules/nomad_token.py Co-authored-by: Felix Fontein <[email protected]> * Change suport check mode * Add unity tests * Remove unused import * Remove tests unused import * Change python-nomad versions Co-authored-by: Felix Fontein <[email protected]> * Change acl for ACL Co-authored-by: Felix Fontein <[email protected]> * Add ACL to all docs * Change msg to ansible common return value * Fix flake8 W291 * Update description. --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 88d2a3a)
@apecnascimento thanks for your contribution! |
Feat nomad token module (#7523) * Add nomad_token module * Updatate nomad maintainers list * Fix Example docstring * Fix identations and Flake8 rules * Fix trailing whitespace * Fix SyntaxError error * change stringh format * Fix Return doc string * Fix Examples * Fix flake8 rule W293 * Fix Doc schema * Fix argument_spec * Add maintainer * Fix Example doc * Remove token_info * Change Doc * Change nomad api acl token link * Remove return whitespace * Update plugins/modules/nomad_token.py Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/nomad_token.py Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/nomad_token.py Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/nomad_token.py Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/nomad_token.py Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/nomad_token.py Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/nomad_token.py Co-authored-by: Felix Fontein <[email protected]> * Fix add changed state to True * Update plugins/modules/nomad_token.py Co-authored-by: Felix Fontein <[email protected]> * Change suport check mode * Add unity tests * Remove unused import * Remove tests unused import * Change python-nomad versions Co-authored-by: Felix Fontein <[email protected]> * Change acl for ACL Co-authored-by: Felix Fontein <[email protected]> * Add ACL to all docs * Change msg to ansible common return value * Fix flake8 W291 * Update description. --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 88d2a3a) Co-authored-by: apecnascimento <[email protected]>
SUMMARY
Add ability to manage acl tokens in nomad:
Implements: #7522
ISSUE TYPE
COMPONENT NAME
nomad_token