File tree Expand file tree Collapse file tree
access-control-app/src/cmr/access_control/services Expand file tree Collapse file tree Original file line number Diff line number Diff line change 105105
106106 which corresponds to acls that grant read permission to guests for order permission (to anyone)."
107107 [_context params]
108- (let [gp (:group-permission params)]
109- (if (and (some? gp) (not (map? gp)))
110- [" Parameter group_permission must be a map with integer indices as keys." ]
111- (concat (group-permission-parameter-index-validation params)
112- (group-permission-parameter-subfield-validation params)
113- (group-permission-permission-validation params)))))
108+ (concat (group-permission-parameter-index-validation params)
109+ (group-permission-parameter-subfield-validation params)
110+ (group-permission-permission-validation params)))
114111
115112(def acl-identity-type->search-value
116113 " Maps identity type query parameter values to the actual values used in the index."
Original file line number Diff line number Diff line change 1-
21(defproject nasa-cmr /cmr-metadata-db-app " 0.1.0-SNAPSHOT"
32 :description " The metadata db is a micro-service that provides
43 support for persisting metadata concepts."
You can’t perform that action at this time.
0 commit comments