Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

trentm
Copy link
Contributor

@trentm trentm commented Oct 16, 2015

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
...

…ly sent to server

Fixes breakage that looks like:
    $ thoth -v ls time=1d
    thoth: TypeError: Cannot call method 'on' of undefined
when using a MANTA_KEY_ID with the newer ssh-keygen format that prefixes
a hash algo.
@trentm
Copy link
Contributor Author

trentm commented Dec 8, 2016

Obviated by #144

@trentm trentm closed this Dec 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants