Giter Site home page Giter Site logo

Comments (5)

whiteinge avatar whiteinge commented on August 9, 2024

This appears to be a deficiency in RunnerClient.cmd_sync() and RunnerClient.cmd_async() which are the methods that salt-api calls. RunnerClient.cmd() works correctly which is what the salt-run CLI command uses.

>>> import salt.config
>>> import salt.runner
>>> opts = salt.config.master_config('/etc/salt/master')
>>> runner = salt.runner.RunnerClient(opts)
>>> runner.cmd('test.arg', ['foo', 'bar=Bar', 'baz=True'])
{'args': ('foo',), 'kwargs': {'bar': 'Bar', 'baz': True}}
>>> runner.cmd_sync({'fun': 'test.arg', 'args': ['foo', 'bar=Bar', 'baz=True'], 'username': 'saltd
ev', 'password': 'saltdev', 'eauth': 'auto'})
{'args': ['foo', 'bar=Bar', 'baz=True'], 'kwargs': {}}

It looks like the two methods above are not processing the input through salt.utils.args.parse_input() which both LocalClient and RunnerClient.cmd() use.

@jfroche does this bug sound like something you can tackle from here? My available Salt time is limited at the moment. If not we can tag the core Salt team on the issue and they can add it to their sprint backlog.

from pepper.

whiteinge avatar whiteinge commented on August 9, 2024

Er. That shell session may not be 100% accurate. Pepper may be sending slightly differently low data when using --client=runner. Must verify what Pepper is sending first, but parse_input() is still the likely fix.

from pepper.

ashald avatar ashald commented on August 9, 2024

+1

from pepper.

ashald avatar ashald commented on August 9, 2024

So the PR with the fix is merged into Salt's develop branch. Let's wait for its release. ;)

from pepper.

whiteinge avatar whiteinge commented on August 9, 2024

@ashald thank you very much for fixing that!

from pepper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.