Hey guys! I have a problem setting up `S3ComputeL...
# ask-community
d
Hey guys! I have a problem setting up
S3ComputeLogManager
- it simply doesn't work for me. I'm using a Helm deployment. I changed the corresponding section in the
values.yaml
file.
dagit
is successfully displaying this in the
Status/Config
UI page:
Copy code
compute_logs:
  module: dagster_aws.s3.compute_log_manager
  class: S3ComputeLogManager
  config:
    bucket: my-bucket
    endpoint_url: mu-url
    prefix: dagster/logs/
I also did setup the
envSecrets
in all possible places. I manually
exec
-ed into pods and confirmed the
AWS_ACCESS_KEY_ID
and
AWS_SECRET_ACCESS_KEY
are set. However, no logs are written to my bucket. The UI is showing
No log file available
(boh stdout and stderr). No errors Would love to get some help with this...
Ok, turns out the credentials I've been using became invalid... seems like it would be helpful to get some warnings in case of invalid credentials?
p
@Dagster Bot issue Show status warnings in Dagit when instance settings (e.g. compute log manager) have configuration errors
d
p
Thanks for the suggestion Daniel!
🎉 1