-
Notifications
You must be signed in to change notification settings - Fork 64
RSDK-3922 No hardcoding credential type in Python #346
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple small things, looks good though!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small change needed, otherwise looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Only thing -- Something is up with your autolinter, we have our max line length set to 140 (79 doesn't make sense when we all have bigger screens now). You should run make lint format
and push those changes to this PR as well.
Credential type is currently hard-coded as robot-location-secret, but we’re starting to also use robot-secret. We should update to make this a configurable value. We made this change first in cpp-sdk but also needs to be done in python-sdk.