I’d like my Cloud Flow to run and register from a Docker setup with a Prefect auth token that is at the team level. The setup right now is that I have a user token stored in a kube secret, but ideally that token wouldn’t be tied to a particular user. I cannot run a flow from a TENANT or RUNNER token, and I’d prefer not to pass a User token into the env variables of the image. Is there a way around using User tokens?