datastax / pulsar-ansible

Apache License 2.0
4 stars 9 forks source link

Initialise ansible control node - JWT token generation cannot find pulsar bin #16

Closed MMirelli closed 1 year ago

MMirelli commented 1 year ago

When executing 01.create_secFiles.yaml, the role local_process/gen_secFile/create_jwt_token/ errors:

"Can't find \"pulsar\" executable which is necessary to create JWT tokens", "stdout_lines": ["Can't find \"pulsar\" executable which is necessary to create JWT tokens"

An environment variable should be passed to genUserJwtToken.sh, in order to use the pulsar binary installed on the ansible control node.