Skip to content

Fix a bug with API user not being honored in /v1/packs/install and /v1/packs/uninstall API endpoints #3696

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

Merged
merged 6 commits into from
Aug 24, 2017

Conversation

Kami
Copy link
Member

@Kami Kami commented Aug 23, 2017

This pull request fixes a bug with not honoring the user which performed the API operation when scheduling an execution for pack install and pack uninstall in those two corresponding API endpoints.

This means that instead of the user which performed API operation, system user (stanley) was used for those scheduled executions.

This is a regression which was introduced when we moved from scheduling executions directly for pack install and uninstall to the new API.

Thanks to @theuiz for catching and reporting this.

Resolves #3693.

@Kami Kami added the bug label Aug 23, 2017
@Kami Kami added this to the 2.4.1 milestone Aug 24, 2017
@Kami Kami merged commit 389ec41 into master Aug 24, 2017
@Kami Kami deleted the packs_install_rbac_fix branch August 24, 2017 07:50
@m4dcoder m4dcoder mentioned this pull request Aug 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ST2 v2.3: Error installing action pack user "stanley" doesn't have required permission
2 participants