Closed lukebakken closed 5 years ago
I see the issue. Will try to get a fix out soon and let you know.
@lukebakken just published 6.3.0, does that work for you?
Everything appears to be working fine now, thank you for the amazingly fast fix :smiley:
$ DEBUG=1 rebar3 hex user auth
===> Load global config file /home/lbakken/.config/rebar3/rebar.config
===> Expanded command sequence to be run: []
===> Provider: {default,do}
===> Expanded command sequence to be run: [{hex,user}]
===> Provider: {hex,user}
Username: ([])> lukebakken
Account Password:
You have authenticated on Hex using your account password. However, Hex requires you to have a local password that applies only to this machine for security purposes. Please enter it.
Local Password:
Local Password (confirm):
Generating all keys...
(19.3)lbakken@shostakovich ~/development/rabbitmq/sysmon-handler (master *=)
$ DEBUG=1 rebar3 hex user whoami
===> Load global config file /home/lbakken/.config/rebar3/rebar.config
===> Expanded command sequence to be run: []
===> Provider: {default,do}
===> Expanded command sequence to be run: [{hex,user}]
===> Provider: {hex,user}
lukebakken (luke@bakken.io)
Software versions:
rebar3
:mix
version1.7.4
rebar3_hex
plugin:Reproduction steps
Using
mix
to authenticate appears to work successfully:However, the following happens with
rebar3
. Note that the prompt is always for "Account Password:" and it doesn't matter if I enter my account vs local password, the error is the same. I have attached the output ofDEBUG=1 rebar3 report "hex user auth"
to this issue. Please let me know if there's anything else I can do to help out.rebar3_hex_issue_report.txt