Hi All! I’m trying to setup Dagster to push the co...
# ask-community
s
Hi All! I’m trying to setup Dagster to push the compute logs to a MinIO bucket. Following the docs here https://docs.dagster.io/deployment/dagster-instance, I should be able to use
S3ComputeLogManager
for the same. However, how can I pass my MinIO access key and secret code through the config in
dagster.yaml
?
d
Hi Sanidhya - there's a guide on how to set environment variables here: https://docs.dagster.io/guides/dagster/using-environment-variables-and-secrets#declaring-environment-variables How to set them depends on where you have Dagster deployed. In kubernetes you can use k8s secrets and in ECS you can use aws secretsmanager, for example, there are different guides depend on what platform you're on