Downloading config files using guest user
Hi Team, Due to certain constarins we are able to get just "guest user" access to F5, We want to do the following: 1. Copy config files to the shared location, API:POST:https://xx.xx.xx.xx/mgmt/tm/util/bash/ Payload :{"command": "run","utilCmdArgs": "-c \"cp /config/monitors/builtins/gtm_base_monitors.conf /shared/images/gtm_base_monitors.conf\""} Issue :Hence the guest user don't have previlage to access "/mgmt/tm/util/bash/" API, the files are not copied to shared location. 2. Download copied files: API:GET:https://xx.xx.xx.xx/mgmt/cm/autodeploy/software-image-downloads/gtm_base_monitors.conf Issue:This API is also not accessible for guest users and getting below exception, "java.lang.SecurityException: Authorization failed" Wanted to understand how this can be acheived with " Guest User" Access.709Views0likes2Comments