Karl
07/24/2025, 9:00 AMextraEnvVars:
- name: PREFECT_API_AUTH_STRING
valueFrom:
secretKeyRef:
name: name-of-secrets-with-credentials
key: auth_string
I get the worker to connect successfully to the API but when I run a Prefect job that jobs pod get a PREFECT_API_AUTH_STRING environment variable inherited from the worker with a cleartext value. Is there some way I can prevent this from happening?