~~~:wave: hey folks….I’m trying to get Metaflow st...
# ask-metaflow
s
~~~👋 hey folks….I’m trying to get Metaflow step-functions created/updated via a CI pipeline but I can’t seem to figure out the permissions I need to grant the job. I’m calling it like:
Copy code
python job.py --branch $ENV step-functions create --authorize $AUTH_TOKEN
And I get the error
Copy code
...
when deploying this flow to AWS Step Functions for the first time.
See "Organizing Results" at <https://docs.metaflow.org/> for more information about production tokens.
    S3 access denied: ...REDACTED_BUCKET...
I have given all the S3 permissions I can give…any ideas on what could be the issue? thankyou Update: was missing some access to kms
1