Hi guys, i'm running airbyte on K8s with the suppl...
# kubernetes
t
Hi guys, i'm running airbyte on K8s with the supplied helm chart but i was wondering about the service account that gets created. Is the airbyte-admin service account also used to write the logs to a storage bucket?
m
Not an airbyte expert by any means, but the k8s service account is assumed by your pods and used to access the kube api, i don't think it governs access to any auxiliary services such as s3
t
Thought so, I just hoped the same SA can be used to write logs. This would not require me to expose an extra SA key.