-
Notifications
You must be signed in to change notification settings - Fork 21
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
[FEATURE]: Allow removal of share permissions (in addition to allowing/denying) #42
Comments
@mophahr, thank you for submitting this feature request. It has been added to the backlog and will be triaged accordingly. |
@mophahr, just wanted to provide an update on this. It seems that the OneFS SMB Share API does not have support for removal of share permissions at present. So, we will relook at this feature request once that support is added in APIs. As of now, I don't have any ETA on when that will be added. Meanwhile, you can use the Isilon CLI command with Ansible to delete the smb share permissions:
|
Note that although documentation doesn't state it, I am able to remove some SMB shares permissions, like the default "Everyone: read-only", with the following:
|
Describe the solution you'd like
I'd like to be able to delete old permissions using the ansible module
dellemc.powerscale.smb
. At the moment I can only chose betweenallow
ordeny
as vaues for thepremission_type
parameter in entries in thepermissions
dictionaryDescribe alternatives you've considered
An alternative is to use the
ansible.builtin.uri
module to talk to OneFS, but that comes at a higher cost (i.e. the login needs to be perfomed explicitely within the playbook, tasks which otherwise would be taken care of by thedellemc.powerscale
module.The text was updated successfully, but these errors were encountered: