mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 08:25:27 +02:00
[GH-ISSUE #17] Comments on servers are not visible to users added via group-guest on selfListAccesses #6
Labels
No labels
answered
bug
documentation
enhancement
enhancement
feature
feature
kept-open-for-info
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/the-bastion#6
Loading…
Add table
Add a link
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?
Originally created by @rbeuque74 on GitHub (Oct 26, 2020).
Original GitHub issue: https://github.com/ovh/the-bastion/issues/17
I have a group, with 4 servers, some of them have
userCommenton it:When I add another user as a guest of my
foogroup, user can't see theuserCommentthat has been set by the person who add the server.I guess the issue is around:
groupSetRolecallsOVH::Bastion::is_access_way_grantedthenosh-accountAddGroupServer.OVH::Bastion::is_access_way_grantedretrieve the current ACL, which contains the comment, but doesn't retrieve it completely, and more specifically, doesn't forward it toosh-accountAddGroupServerThis comment could be used as a parameter in
osh-accountAddGroupServerwhile callingOVH::Bastion::access_modify.