-
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 job queries #2
Comments
Implemented but not tested |
tested, it works! |
thatch45
added a commit
that referenced
this issue
Sep 3, 2014
Add __run_num__ and __sls__ to prereq failure condition
rallytime
pushed a commit
that referenced
this issue
Oct 9, 2014
salt-cloud receives an error when trying to create an EC2 instance when any number of argument values contain a space. This happens because salt-cloud is incorrectly building the url string when calculating the signature. AWS signature algorithm #2 requires that spaces be encoded using %20, however python's urlencode method replaces them with a +. The easy fix is to just search and replace in the encoded string. I encountered this myself with a security group with a space in it. This was reported in issue #10181 #10181 The error looks like this: someinstancename: ---------- Errors: ---------- Error: ---------- Code: SignatureDoesNotMatch Message: The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details. RequestID: 12345678-9abc-def0-1234-56789abcdef0
basepi
added a commit
that referenced
this issue
Jan 8, 2015
Fix used-before-defined error with branch var in git_pillar
Merged
rallytime
pushed a commit
that referenced
this issue
Jul 7, 2017
Merge latest develop branch to patch-4
rallytime
pushed a commit
that referenced
this issue
Sep 6, 2017
garethgreenaway
pushed a commit
that referenced
this issue
Sep 14, 2017
rallytime
pushed a commit
that referenced
this issue
Sep 15, 2017
rallytime
pushed a commit
that referenced
this issue
Dec 15, 2017
rallytime
pushed a commit
that referenced
this issue
Feb 14, 2018
This preserves the custom mock_open we backported from unittest.mock, but otherwise ditches unittest.mock as it does not have MagicMock.assert_called in Python releases before 3.6. This allows us to maintain a uniform mock version across all platforms and Python releases.
dwoz
added a commit
that referenced
this issue
Jul 30, 2018
Simplify file contents in roots fileserver test
hthompson6
added a commit
to hthompson6/salt
that referenced
this issue
Apr 23, 2019
A10 ACOS API Support
waynew
pushed a commit
that referenced
this issue
Jun 27, 2019
Use venv_bin from pillar or opts first
andzn
pushed a commit
to andzn/salt
that referenced
this issue
Aug 20, 2019
…ocal Fix max_open_files config on Windows
sbrennan4
pushed a commit
to sbrennan4/salt
that referenced
this issue
Sep 17, 2019
…ython-3 Add pr 50859 from saltstack for keycache python3
dwoz
added a commit
that referenced
this issue
Nov 27, 2019
[PyTest #2] Function name must not start with `test_` or pytest picks it up
frogunder
pushed a commit
to frogunder/salt
that referenced
this issue
Jan 27, 2020
Update man pages for 2019.2.3
bryceml
referenced
this issue
in bryceml/salt
Apr 4, 2020
Creating config file for external site links
ecarson
pushed a commit
to 128technology/salt
that referenced
this issue
Apr 30, 2020
Security fix 2019.2.4
9 tasks
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
enable looking up old job results
The text was updated successfully, but these errors were encountered: