Skip to content
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

Closed
thatch45 opened this issue Mar 10, 2011 · 2 comments
Closed

salt job queries #2

thatch45 opened this issue Mar 10, 2011 · 2 comments
Assignees

Comments

@thatch45
Copy link
Contributor

enable looking up old job results

@thatch45
Copy link
Contributor Author

Implemented but not tested

@thatch45
Copy link
Contributor Author

tested, it works!

thatch45 pushed a commit that referenced this issue Apr 25, 2012
arthurzenika referenced this issue in arthurzenika/salt Sep 17, 2013
thatch45 pushed a commit that referenced this issue Apr 16, 2014
rallytime pushed a commit that referenced this issue May 12, 2014
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
@cachedout cachedout self-assigned this Jan 15, 2015
@jacksontj jacksontj mentioned this issue Jan 17, 2015
rallytime pushed a commit that referenced this issue Jul 7, 2017
Merge latest develop branch to patch-4
cachedout pushed a commit that referenced this issue Jul 25, 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
rallytime pushed a commit that referenced this issue Oct 24, 2018
hthompson6 added a commit to hthompson6/salt that referenced this issue Apr 23, 2019
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
dwoz added a commit that referenced this issue Dec 1, 2019
frogunder pushed a commit to frogunder/salt that referenced this issue Jan 27, 2020
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
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants