slipstream / SlipStreamJobEngine

SlipStream distributed job engine
Apache License 2.0
0 stars 0 forks source link

investigate why some credentials are not picked by the bucket collector #51

Closed cjdcordeiro closed 6 years ago

cjdcordeiro commented 6 years ago

the reason was that there was already a private credential (not shared) using the same Exoscale API key, and because the collector only queries S3 once per key (https://github.com/slipstream/SlipStreamJobEngine/blob/master/job/src/scripts/job_distributor_storage_buckets_collect.py#L67) we were never getting to the CERN shared credential, but the bucket was there