Templates/kerberosSideCar/krb_side_car.py [168:176]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                ],
                stdin=subprocess.PIPE,
                stdout=subprocess.PIPE,
                encoding="utf-8",
                shell=False
        ) as proc:
            output, error = proc.communicate(timeout=30)
            if proc.returncode != 0:
                print(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



Templates/kerberosSideCar/krb_side_car.py [189:197]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        ],
                        stdin=subprocess.PIPE,
                        stdout=subprocess.PIPE,
                        encoding="utf-8",
                        shell=False
                ) as proc:
                    output, error = proc.communicate(timeout=30)
                    if proc.returncode != 0:
                        print(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



