-
Notifications
You must be signed in to change notification settings - Fork 3
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
Morgabra/add decrypt #108
Morgabra/add decrypt #108
Conversation
* Implemented argument to check a specific app instead of all apps, which will still be checked if no args are passed * Updated validating command arguments and return message * Swapped fmt.printf to pterm.printf * Update cmd/cone/decrypt.go Co-authored-by: Logan Saso <[email protected]> * Update cmd/cone/decrypt.go Co-authored-by: Logan Saso <[email protected]> --------- Co-authored-by: Logan Saso <[email protected]>
|
||
// appUsers := make([]shared.AppUser, 0) | ||
|
||
return resp.AppUserServiceListCredentialsResponse.List, nil |
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.
Probably should check that resp.appuserServiceListCredentialsResponse is not nil before using the list.
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.
pkg/client/appuser.go
Outdated
return nil, err | ||
} | ||
|
||
// appUsers := make([]shared.AppUser, 0) |
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.
remove the comments in this function?
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.
No description provided.