Hi everyone! I'm new to flyte and and I'm wonderin...
# flyte-support
f
Hi everyone! I'm new to flyte and and I'm wondering how to configure access to S3 bucket for a specific project? I want the bucket to be accessible for this single project only
👋 1
f
Raw output prefix can be set at the project level
👍 1
And then use specific service account per project also set it at the project level
👍 1
f
Thank you for quick response 🙂 ! Regarding the project-level service accounts, how to set it for the project? I'm looking through the docs but couldn't find any instruction
f
ohh in flytectl
Copy code
flytectl --config ~/.flyte/config.yaml update workflow-execution-config --attrFile wec.yaml
Copy code
domain: <your-domain>
project: <your-project>
security_context:
  run_as:
    k8s_service_account: <your-service-account>
f
thank you again 👍!
❤️ 1