-
Notifications
You must be signed in to change notification settings - Fork 1
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
Addition of access rights to the AFS nodes #11
Comments
niconoir
referenced
this issue
in powsybl/powsybl-core
Jun 11, 2019
Signed-off-by: NOIR Nicolas ext <[email protected]>
niconoir
referenced
this issue
in powsybl/powsybl-core
Sep 4, 2019
Signed-off-by: NOIR Nicolas ext <[email protected]>
niconoir
referenced
this issue
in powsybl/powsybl-core
Oct 1, 2019
Signed-off-by: NOIR Nicolas ext <[email protected]>
niconoir
referenced
this issue
in powsybl/powsybl-core
Oct 2, 2019
Signed-off-by: NOIR Nicolas ext <[email protected]>
niconoir
referenced
this issue
in powsybl/powsybl-core
Oct 2, 2019
Signed-off-by: NOIR Nicolas ext <[email protected]>
niconoir
referenced
this issue
in powsybl/powsybl-core
Oct 2, 2019
Signed-off-by: NOIR Nicolas ext <[email protected]>
niconoir
referenced
this issue
in powsybl/powsybl-core
Oct 9, 2019
…to take access rights of the node into account (#827) Signed-off-by: NOIR Nicolas ext <[email protected]>
niconoir
referenced
this issue
in powsybl/powsybl-core
Oct 9, 2019
… (#827) Signed-off-by: NOIR Nicolas ext <[email protected]>
niconoir
referenced
this issue
in powsybl/powsybl-core
Nov 4, 2019
…(#827) Signed-off-by: NOIR Nicolas ext <[email protected]>
niconoir
referenced
this issue
in powsybl/powsybl-core
Nov 6, 2019
Signed-off-by: NOIR Nicolas ext <[email protected]>
niconoir
referenced
this issue
in powsybl/powsybl-core
Nov 6, 2019
Signed-off-by: NOIR Nicolas ext <[email protected]>
niconoir
referenced
this issue
in powsybl/powsybl-core
Nov 6, 2019
Signed-off-by: NOIR Nicolas ext <[email protected]>
niconoir
referenced
this issue
in powsybl/powsybl-core
Nov 6, 2019
…to take access rights of the node into account (#827) Signed-off-by: NOIR Nicolas ext <[email protected]>
niconoir
referenced
this issue
in powsybl/powsybl-core
Nov 6, 2019
… (#827) Signed-off-by: NOIR Nicolas ext <[email protected]>
niconoir
referenced
this issue
in powsybl/powsybl-core
Nov 6, 2019
…(#827) Signed-off-by: NOIR Nicolas ext <[email protected]>
niconoir
referenced
this issue
in powsybl/powsybl-core
Nov 13, 2019
Signed-off-by: NOIR Nicolas ext <[email protected]>
niconoir
referenced
this issue
in powsybl/powsybl-core
Nov 13, 2019
Signed-off-by: NOIR Nicolas ext <[email protected]>
niconoir
referenced
this issue
in powsybl/powsybl-core
Nov 13, 2019
Signed-off-by: NOIR Nicolas ext <[email protected]>
niconoir
referenced
this issue
in powsybl/powsybl-core
Nov 13, 2019
…to take access rights of the node into account (#827) Signed-off-by: NOIR Nicolas ext <[email protected]>
niconoir
referenced
this issue
in powsybl/powsybl-core
Nov 13, 2019
… (#827) Signed-off-by: NOIR Nicolas ext <[email protected]>
niconoir
referenced
this issue
in powsybl/powsybl-core
Nov 13, 2019
…(#827) Signed-off-by: NOIR Nicolas ext <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
By now, all AFS nodes can be read, written or executed by any user.
What is the expected behavior?
AFS nodes will be provided with access rights allowing different users or users groups to have specific accesses on it. Access rights will be implemented following Linux style, so there will be read/write/execute accesses. Rights accesses can be defined for specific users, specific groups and for all other users.
What is the motivation / use case for changing the behavior?
As AFS nodes are part of a filesystem, it can be useful to manage access rights on them to allow/forbid access on some elements of the filesystem (like in Linux or Windows filesystems)
The text was updated successfully, but these errors were encountered: