You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have utility scripts that create contexts for new environments including using simple username and password credentials. Using today, received error:
$ nats ctx save UserA1 --server "nats://vbox1.tinghus.net:4222" --user UserA1 --password s3cr3t
nats: error: too many types of credentials. Choose only one from 'user/password', 'creds', 'nkey', 'token', 'nsc'
Verified no ghost context:
$ nats ctx --no-context save UserA1 --server "nats://vbox1.tinghus.net:4222" --user UserA1 --password s3cr3t
nats: error: too many types of credentials. Choose only one from 'user/password', 'creds', 'nkey', 'token', 'nsc'
I have utility scripts that create contexts for new environments including using simple username and password credentials. Using today, received error:
Verified no ghost context:
Suspect this December commit broke it:
5aa2262b Jeremy Saenz
@codegangsta
@ripienaar
The text was updated successfully, but these errors were encountered: