-
Notifications
You must be signed in to change notification settings - Fork 38
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
Set up account alongside pub key in eacl rules in CLI #2915
Conversation
cmd/neofs-cli/modules/util/acl.go
Outdated
@@ -276,7 +277,23 @@ func parseEACLRecord(args []string) (*eacl.Record, error) { | |||
} | |||
|
|||
eacl.AddFormedTarget(r, role, pubs...) | |||
case "account": // targets |
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.
address
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.
Done
Closes #2914. Signed-off-by: Evgenii Baidakov <[email protected]>
115ed47
to
91bc0fb
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2915 +/- ##
==========================================
- Coverage 23.53% 23.51% -0.02%
==========================================
Files 776 776
Lines 45273 45318 +45
==========================================
+ Hits 10656 10658 +2
- Misses 33770 33814 +44
+ Partials 847 846 -1 ☔ View full report in Codecov by Sentry. |
Closes #2914.