generated from TrueCloudLab/basic
Match native
(frostfs-node
) objects to APE
-objects #16
Labels
No labels
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/policy-engine#16
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We should be able to convert frostfs-node's requests to the format understandable for policy-engine.
The PR #770 converts to ape-formats in the text parser or in object service. So, we define APE specifics within frostfs-node like ARN-format resource conversion.
We could delegate this for APE:
and so on
That's how frostfs-node could operate only with contants and methods and leave string conversion
Welcome to discussion
Create converters fromto Matchnative
(frostfs-node
) objects toAPE
-objectsnative
(frostfs-node
) objects toAPE
-objectsWe can also define well-known resource properties keys (e.g. FullPath that we are going to use when transform iam policy to native one)
The issue has got unactual - see #800.