forked from TrueCloudLab/frostfs-api
[#173] acl: add filter for service headers
Service headers are ignored by NeoFS nodes but can be used to save access-related information by services built on top of NeoFS. Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
ece09a1812
commit
3878a09e42
1 changed files with 4 additions and 0 deletions
|
@ -86,6 +86,10 @@ enum HeaderType {
|
||||||
|
|
||||||
// Filter object headers
|
// Filter object headers
|
||||||
OBJECT = 2;
|
OBJECT = 2;
|
||||||
|
|
||||||
|
// Filter service headers. These are not processed by NeoFS nodes and
|
||||||
|
// exist for service use only.
|
||||||
|
SERVICE = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Describes a single eACL rule.
|
// Describes a single eACL rule.
|
||||||
|
|
Loading…
Reference in a new issue