-
Notifications
You must be signed in to change notification settings - Fork 44
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
Token based authentication for pygnmicli #85
Comments
Hey @ksator , Good shout, I will work on adding that one, sir. Best, |
@ksator , you would need to provide the token value, or you can call it as Best, |
Thank you @akarneliuk ! |
hello @akarneliuk This one is OK
|
subscribe-once provides the expected result but then raise an error
Example
|
subscribe-stream provides an error
|
subscribe2 provides an error
|
Hello @ksator , thanks for testing that. It is great that token worked as expected. I will take a look into reported issues with subscriptions in pygnmicli as well. Best, |
hey folks, seems like token is assumed to be default even if username/password is specified, so it fails connecting to a device. Removing that from line 39 makes a connection work. I think we just need to check that to treat properly. thanks! |
Hey @brunoonovais can you please share the debug info? From what I saw during the tests against network functions in lab, that would be ignored even if included. Obviously, it may depend on the network operating system. However, it would be good to have more input. Also, are you talking specifically about Here is an example from Cisco NX-OS:
Same output I have from Arista EOS Best, |
Hey @brunoonovais , I believe it shall be now fixed in #90 and release Best, |
@brunoonovais , please, reopen if any help is still needed |
@brunoonovais , please, for auth with token in pygnmicli use this one |
Hey @brunoonovais , per our today's conversation, we figured out that if you install the Best, |
https://grpc.io/docs/guides/auth/
issue #63
I did not find this option in pygnmicli
same thing for issue #67
Is it something you would like to add?
If yes, would you like 2 diff issues?
The text was updated successfully, but these errors were encountered: