Skip to main content
Question

restricting users

  • November 24, 2024
  • 7 replies
  • 63 views

Forum|alt.badge.img+7

Hello

I have some questions about users.

Can i restrict a user from using qcommands ? And if i do so can the user still use the python sdk

7 replies

Forum|alt.badge.img+12
  • Vaulter
  • November 28, 2024

Hi ​@arik 

Avoiding user from running Qcommand may impact in using the python SDK since they both use webserver for fetching the data and executing the command lines.


Forum|alt.badge.img+7
  • Author
  • Byte
  • November 28, 2024

Hi ​@arik 

Avoiding user from running Qcommand may impact in using the python SDK since they both use webserver for fetching the data and executing the command lines.

I see, thank you for the answer.

Do you know how to restrict a uder from using qccomands? I would like to test it


Forum|alt.badge.img+12
  • Vaulter
  • November 29, 2024

@arik 
would recommend to disable webserver access for the user and test the functionality 
https://documentation.commvault.com/2024e/expert/user_security_permissions_by_feature.html


Forum|alt.badge.img+7
  • Author
  • Byte
  • December 3, 2024

@arik 
would recommend to disable webserver access for the user and test the functionality 
https://documentation.commvault.com/2024e/expert/user_security_permissions_by_feature.html

I have restricted a user from using the api and somehow the script is still working.

I have read this kb

https://documentation.commvault.com/2023e/essential/restricting_access_to_commvault_cloud_applications.html?_gl=1*1xna7u0*_gcl_au*MzI2MzAwMTM2LjE3MzI0NTgzMDE.


Forum|alt.badge.img+12
  • Vaulter
  • December 5, 2024

@arik let me test and verify on Lab and update here


Forum|alt.badge.img+7
  • Author
  • Byte
  • December 5, 2024

@arik let me test and verify on Lab and update here

Okay, oh and the qcommands does not work while the script does.


Forum|alt.badge.img+12
  • Vaulter
  • December 6, 2024

@arik how is script being executed using PowerShell or any CV tools?