open-consul/command/acl
Oleg Butuzov 942c91b965 refactor: replace (*bytes.Buffer).WriteString with (*bytes.Buffer).Write
This PR change one method of bytes.Buffer struct package with a similar
one, as result - code produce less allocations on heap.
2021-10-20 09:36:53 +03:00
..
agenttokens testing: skip slow tests with -short 2020-12-07 13:42:55 -05:00
authmethod refactor: replace (*bytes.Buffer).WriteString with (*bytes.Buffer).Write 2021-10-20 09:36:53 +03:00
bindingrule acl: remove rule == nil checks 2021-07-30 13:58:35 -04:00
bootstrap testing: skip slow tests with -short 2020-12-07 13:42:55 -05:00
policy acl: update GetPolicyByName method implementation (#11055) 2021-09-28 10:46:27 -04:00
role add partition cli flag to all cli commands that have namespace flag (#10668) 2021-07-21 14:45:24 -05:00
rules testing: skip slow tests with -short 2020-12-07 13:42:55 -05:00
token cli: remove a test case for updating a legacy token 2021-08-17 13:09:30 -04:00
acl.go docs: add documentation for all secure acl introduction work (#5640) 2019-05-01 16:11:23 -05:00
acl_helpers.go acl: update GetPolicyByName method implementation (#11055) 2021-09-28 10:46:27 -04:00