Enable Node ACL based on ECF_PERMISSIONS ECFLOW-1960 - #309
Draft
marcosbento wants to merge 6 commits into
Draft
marcosbento wants to merge 6 commits into
marcosbento wants to merge 6 commits into
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #309 +/- ##
===========================================
+ Coverage 56.12% 56.29% +0.17%
===========================================
Files 1264 1271 +7
Lines 105007 105481 +474
Branches 15331 15396 +65
===========================================
+ Hits 58931 59385 +454
- Misses 46076 46096 +20 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
marcosbento
force-pushed
the
feature/node_acl
branch
5 times, most recently
from
April 17, 2026 07:35
fde7c0b to
df129dd
Compare
marcosbento
force-pushed
the
develop
branch
2 times, most recently
from
April 20, 2026 12:54
e4e5beb to
02a695f
Compare
marcosbento
force-pushed
the
feature/node_acl
branch
4 times, most recently
from
April 29, 2026 07:19
86cd87d to
aea1484
Compare
marcosbento
force-pushed
the
feature/node_acl
branch
from
May 6, 2026 10:37
aea1484 to
b8fe2cb
Compare
marcosbento
force-pushed
the
feature/node_acl
branch
2 times, most recently
from
May 20, 2026 12:35
5d06db4 to
edcaf92
Compare
marcosbento
force-pushed
the
feature/node_acl
branch
from
May 26, 2026 15:55
edcaf92 to
69330c8
Compare
marcosbento
force-pushed
the
feature/node_acl
branch
from
June 3, 2026 11:54
69330c8 to
8b03eab
Compare
marcosbento
force-pushed
the
feature/node_acl
branch
3 times, most recently
from
June 24, 2026 16:24
a6b5981 to
ec2b2b2
Compare
marcosbento
force-pushed
the
feature/node_acl
branch
6 times, most recently
from
July 15, 2026 15:14
30b6e51 to
af21159
Compare
marcosbento
force-pushed
the
feature/node_acl
branch
4 times, most recently
from
July 21, 2026 09:20
99eea7a to
37b5a33
Compare
marcosbento
force-pushed
the
feature/node_acl
branch
3 times, most recently
from
July 27, 2026 17:06
1d7794c to
50cb54a
Compare
marcosbento
force-pushed
the
feature/node_acl
branch
from
July 28, 2026 17:13
50cb54a to
746c388
Compare
marcosbento
force-pushed
the
feature/node_acl
branch
3 times, most recently
from
September 2, 2026 07:37
c2ae0c7 to
0c6ab5e
Compare
marcosbento
force-pushed
the
feature/node_acl
branch
6 times, most recently
from
September 8, 2026 05:52
2c313b3 to
d85231c
Compare
marcosbento
force-pushed
the
feature/node_acl
branch
2 times, most recently
from
September 19, 2026 12:27
e7f049d to
201a4c7
Compare
- LoadDefs: WRITE -> OWNER - SUSPEND: WRITE -> EXECUTE - RESUME: WRITE -> EXECUTE - KILL: WRITE -> EXECUTE
When ECF_PERMISSIONS is defined at server level, the Defs cache is always updated to ensure the content reflects the current accessible Defs tree.
Two characterisation tests in TestPermissions.cpp check that a suite without ECF_PERMISSIONS drops every non-sticky server-level entry, and that an active set emptied by the restriction step is treated as "no rules", allowing every user every operation on that subtree.
marcosbento
force-pushed
the
feature/node_acl
branch
from
September 20, 2026 11:03
201a4c7 to
531c290
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Enable Node ACL based on ECF_PERMISSION
Contributor Declaration
By opening this pull request, I affirm the following:
🌦️ >> Documentation << 🌦️
https://sites.ecmwf.int/docs/dev-section/ecflow/pull-requests/PR-309