unito-bot
unito-bot
➤ Denis Yuen commented: Doesn’t work in either dev or prod, might be something more going on than just the library update
➤ Denis Yuen commented: Hmmm, still no good in dev. Issue might be more low level than thought. Getting ubuntu@ip-192-168-0-184:~$ aws s3 ls s3://dockstore.tooltester.backup/workflow/github.com/dockstore-testing/md5sum-checker/1.0.1/md5sum%2Fmd5sum-input-cwl.json/cwltool/1608156462957.log An error occurred (AccessDenied) when calling...
➤ Denis Yuen commented: Well, crummy. I managed to give the dev account the ability to list files in the bucket via bucket policy { "Effect": "Allow", "Principal": { "AWS":...
➤ Natalie Perez commented: Just deployed 1.11.10 and this is still not working https://dockstore.org/ ( https://dockstore.org/|smart-link )
➤ Denis Yuen commented: Well, I can confirm the hop fix went through https://github.com/dockstore/dockstore-deploy/pull/385/files ( https://github.com/dockstore/dockstore-deploy/pull/385/files ) by running aws s3 ls s3://dockstore.tooltester.backup/workflow/github.com/dockstore-testing/md5sum-checker/1.0.1/md5sum%2Fmd5sum-input-cwl.json/cwltool/1608156462957.log in a different container on staging.
➤ Denis Yuen commented: That said, can confirm that the fix in question didn’t make it into 1.11.10 but is in develop. Suggest re-reviewing when a 1.12 build is in...
➤ Denis Yuen commented: dev has `! software.amazon.awssdk.core.exception.SdkClientException: Unable to load credentials from any of the providers in the chain AwsCredentialsProviderChain(credentialsProviders=[SystemPropertyCredentialsProvider(), EnvironmentVariableCredentialsProvider(), WebIdentityTokenCredentialsProvider(), ProfileCredentialsProvider(), ContainerCredentialsProvider(), InstanceProfileCredentialsProvider()]) : [SystemPropertyCredentialsProvider(): Unable to...
➤ Denis Yuen commented: Still looks bugged https://dockstore.org/api/toolTester/logs?tool_id=%23workflow%2Fgithub.com%2FDataBiosphere%2Ftopmed-workflows%2FUM_variant_caller_wdl&tool_version_name=1.32.0&test_filename=variant-caller%2Fvariant-caller-wdl%2Ftopmed_freeze3_calling.json&runner=cromwell&log_type=FULL&filename=workflow%2Fgithub.com%2FDataBiosphere%2Ftopmed-workflows%2FUM_variant_caller_wdl%2F1.32.0%2Fvariant-caller%2Fvariant-caller-wdl%2Ftopmed_freeze3_calling.json%2Fcromwell%2F1568669811407.log ( https://dockstore.org/api/toolTester/logs?tool_id=%23workflow%2Fgithub.com%2FDataBiosphere%2Ftopmed-workflows%2FUM_variant_caller_wdl&tool_version_name=1.32.0&test_filename=variant-caller%2Fvariant-caller-wdl%2Ftopmed_freeze3_calling.json&runner=cromwell&log_type=FULL&filename=workflow%2Fgithub.com%2FDataBiosphere%2Ftopmed-workflows%252FUM_variant_caller_wdl%2F1.32.0%2Fvariant-caller%252Fvariant-caller-wdl%252Ftopmed_freeze3_calling.json%2Fcromwell%2F1568669811407.log ) Get a “Dockstore Logging integration is currently not set up” error
➤ Charles Overbeck commented: {quote}On further reflection, it's a bad idea to have a new token regenerated at the same time.{quote} Trying to remember why I said this – I...
➤ Denis Yuen commented: Agreed, User flow can look like this 1. User revokes token and is automatically logged out 2. User needs to actually login again with either github...