-
-
Notifications
You must be signed in to change notification settings - Fork 27
Support for API Keys based pack install and k/v setup, pack versioning, centos8 fixes, add validate_output_schema option, refactoring #339
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
bishopbm1
left a comment
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 looks awesome. I would love to see something in the Readme explaining how an API key can be used vs the standard username password.
cleaner way for handling apikey in kv cmd Co-authored-by: Nick Maludy <nmaludy@gmail.com>
better selinux policycoreutils package handling in CentOS 8 Co-authored-by: Nick Maludy <nmaludy@gmail.com>
Add trailing comma Co-authored-by: Nick Maludy <nmaludy@gmail.com>
|
@nmaludy @bishopbm1 Thanks for the reviews. I have made the requested changes and added the docs for using API Keys in README. |
|
@nmaludy @bishopbm1 @armab Can we get some eyes on this PR? |
bishopbm1
left a comment
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.
LGTM
| /ci/ | ||
| Puppetfile.lock | ||
| *.pyc | ||
| .vscode/ No newline at end of file |
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.
FYI if you want this change to stick, need to add it to .sync.yml here: https://github.com/StackStorm/puppet-st2/blob/master/.sync.yml#L2
Support for API Keys based pack install and k/v setup, pack versioning, centos8 fixes, add validate_output_schema option, refactoring
This PR adds the support for installation of packs and K/V using API Keys as auth method, while also allowing to fix a version of the pack to be installed
It adds a flag to enable/disable validate_output_schema in st2.conf
It also fixes a few bugs while running in CentOS (Stream) 8 and refactors some old style code.
Closes #338
Closes #334