I just want to create a pool with 4 Docker containers (CM, Submit, 2 workers), created by and for a python test and deleted after the test ran. That pool will exist for literally 2 minutes before being deleted. I don’t care for security. I don’t care who accesses which daemon and who does what.
How can I achieve that ? I’ve been spending hours on this now, I keep getting authentication problems, especially with the Collector and the Negotiator. SEC_DEFAULT_AUTHENTICATION = NEVER returns “SECMAN:2002:Configuration Problem: The security policy is invalid.” for some reason, setting SEC_DEFAULT_AUTHENTICATION to ANONYMOUS or CLAIMTOBE changes nothing. I’ve tried all the variations of SEC_<context>_<feature>, setting all the ALLOW_<something> to *, removed the “use SECURITY : “ statements everywhere. Half the time it tells me the config file is invalid, the other half it seems not to
do anything. The only way I found to have my python program to successfully start and send commands to the collector and the negotiator is to start it with the root user, but then it cannot submit jobs. I already threw and broke my wrist rest out of rage, I’m afraid the keyboard will follow soon if I don’t find a solution.
Attention: |