[TECH DEBT] Python Client API can't be used together with Tiamat-bundled Salt #62381
Labels
Regression
The issue is a bug that breaks functionality known to work in previous releases.
tech-debt
Tiamat
Milestone
Description of the tech debt to be addressed, include links and screenshots
While documentations claims that
Salt provides several entry points for interfacing with Python applications.
(https://docs.saltproject.io/en/latest/ref/clients/index.html ), with the new Tiamat-bundled masters / minions, users are no longer able to interact directly with the Python runtime as there is no entrypoint to expose "execute python scripts" functionality.This means that for example following simple script
is not working anymore, because Python executable is the bundled application:
Versions Report
The text was updated successfully, but these errors were encountered: