-
Notifications
You must be signed in to change notification settings - Fork 5.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
Salt 3005.1 still has a failure for a single urlencoded argument not being allowed (i.e. #62624) #64209
Comments
"Supported" does not mean that bug fixes are back-ported and released, unfortunately. 3005.2 might get released if a new CVE is identified, but it's unlikely to have this fix in it either. |
That is rather unfortunate. The support cycle is longer but I kind of freak out when the documentation only has the current and last versions so I try and keep with the times ... when there's a good reason :-) Onedir is a very good reason ;-) I thought the support page says its in phase 2 so I thought it would or should get that. We are also VMware customers if that would help to push the envelope. As of now it seems 3005, which is one version behind the latest, isn't going to get the fix unless powers-that-be step in. tldr - tried to go to 3006, jinja includes was our issue. Used 3005 onedir, and much better but have ran into a couple issues. One being highstate from the salt master never seems to return but can't figure out why (when I know more I'll put it up or see if there's a known bug) and this. I can use OS packages on some distributions but I really like the goals of onedir, having ran into issues with path includes and pip installs, felt it's great. I haven't ran into it that much but it seems people are using python more and more here :-D Either way, thank you! |
3006.1 is set to be release very soon. we moved up the schedule because of the jinja issues being so critical. |
|
Awesome news! Thanks for the bug reference. Not all heroes wear capes! Unless Saltstack employees are donning capes ;-) :-D Happy Friday! |
@zbukhari-apex just a heads up, we just released 3006.1 |
I saw. Planning on testing it out either this week or next week. Thank you! |
Description
Using salt-api, when a single argument is sent for say a
cmd.run
, it fails. I have to add additional arguments as described in #626243005 should still be supported but looking at #62624 the fix for the problem which is in 3005 / 3005.1 was done in 3006 and not in 3005 afaict.
Setup
Please be as specific as possible and give set-up details.
Steps to Reproduce the behavior
Expected behavior
For it to work in 3005.1 I have to pass in another argument as mentioned in 62624.
A clear and concise description of what you expected to happen.
Screenshots
N/A
Versions Report
salt --versions-report
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: