TritonDataCenter / manta-thoth

Thoth is a Manta-based system for core and crash dump management
16 stars 7 forks source link

PUBAPI-1146 Divorce wanted between *_KEY_ID env vars and keyId actually sent to server #130

Closed trentm closed 7 years ago

trentm commented 8 years ago

This fixes breakage that looks like this:

$ MANTA_KEY_ID=SHA256:... THOTH_USER=thoth \
    thoth ls mtime=30d 'properties.fmri=*napi*'
thoth: TypeError: Cannot call method 'on' of undefined
    at /usr/local/lib/node_modules/manta-thoth/bin/thoth:3293:10
...
trentm commented 7 years ago

Obviated by joyent/manta-thoth#144