Not sure if this is the appropriate place for this...
# ask-community
l
Not sure if this is the appropriate place for this question, but - is it feasible to include a service account annotation in a k8s job template for a particular flow?
Reason for this would be to lock down certain policies in AWS to particular flows as opposed to the prefect-agent to manage access to certain resources
k
Hey @Leon Kozlowski, will ask the team about this
Have you tried adding it to the job template for in the
KubernetesRun
RunConfig with
Copy code
- name: SERVICE_ACCOUNT_NAME
  value: ''
?
l
I have not tried that, but I will - thanks @Kevin Kho