Skip to content
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

Merged
merged 12 commits into from
Oct 31, 2024
Merged

Morgabra/add decrypt #108

merged 12 commits into from
Oct 31, 2024

Conversation

jirwin
Copy link
Contributor

@jirwin jirwin commented Oct 8, 2024

No description provided.

morgabra and others added 10 commits October 7, 2024 15:08
* 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
Copy link
Contributor

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.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mstanbCO checking nil values in 55e1e3f

return nil, err
}

// appUsers := make([]shared.AppUser, 0)
Copy link
Contributor

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?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mstanbCO removed in 55e1e3f

@mstanbCO mstanbCO merged commit 4c4a5b4 into main Oct 31, 2024
2 checks passed
@mstanbCO mstanbCO deleted the morgabra/add_decrypt branch October 31, 2024 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants