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

Fix #87 Add role-based safe permissions when adding safe member #141

Merged
merged 13 commits into from
Apr 14, 2022
Prev Previous commit
Next Next commit
Update exported func comment
  • Loading branch information
infamousjoeg committed Apr 5, 2022
commit d2efedd78078dc243b337a1550e7574cec497d4c
2 changes: 1 addition & 1 deletion pkg/cybr/api/roles.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/infamousjoeg/cybr-cli/pkg/cybr/api/requests"
)

// Get pre-defined role permissions for new safe member
// GetRolePermissions assigns pre-defined safe permissions for new safe member
func GetRolePermissions(role string) ([]requests.PermissionKeyValue, error) {
var permissions []requests.PermissionKeyValue

Expand Down