Overview
F5OS Superuser Access is an opt-in feature that allows WorldTech IT engineers to open a root shell on your F5OS devices through the Cloud.Red SSO console. It is available on a per device group basis and must be explicitly enabled by you. When enabled, Cloud.Red provisions a WT-managed service account (wtit_ao_superuser) with the F5OS superuser role and enables the device-level superuser-bash-access flag. This allows a WT engineer to escalate to root (uid=0) via sudo over an SSO console session β without storing or exposing device root passwords.
Prerequisites
If the device group does not meet these requirements, the enable request will fail with an error and no changes will be made to the device.
Enabling Superuser Access
- From the left menu, select Device Groups.
- Click the actions icon next to the device group.
- Select Enable Superuser Access.
- Verify that all devices in the group meet the prerequisites above.
- Create the
wtit_ao_superuseraccount on the device with the F5OSsuperuserrole. - Enable the
superuser-bash-accessflag on the device. - Record the
Superusersubscription on the device group.
Disabling Superuser Access
- From the left menu, select Device Groups.
- Click the actions icon next to the device group.
- Select Disable Superuser Access.
- Delete the
wtit_ao_superuseraccount from the device. - Reset
superuser-bash-accessback to the F5OS default (disabled). - Remove the
Superusersubscription from the device group.
Who Can Use Root
Only WorldTech IT engineers can open a root shell β customer users (including RA-admin) cannot. The following conditions must all be true at console-open time:- The caller is a WT engineer (internal staff).
- The device group has the
Superusersubscription active. - The device is an F5OS platform.
Ramifications
Device-wide flag
superuser-bash-access is a system-wide F5OS setting. When enabled, any account with the F5OS superuser role on that device can reach a bash shell. Cloud.Red manages only one such account (wtit_ao_superuser) and that account is under WTβs sole control. Disabling the subscription deletes the account and resets the flag.
Managed account lifecycle
Audit logging
Every root console session is recorded in the session audit log, including the requesting user identity, device, and that a root shell was opened.Frequently Asked Questions
Can I enable Superuser Access on BIG-IP device groups? No. The F5OSsuperuser role does not exist on TMOS/BIG-IP. The request will be rejected.
What happens if a device in the group is upgraded to appliance mode after enabling?
The account and flag remain on the device, but WT engineers will no longer be able to use root (the console gate checks appliance mode at session open time). Disable the subscription before enabling appliance mode.
Does disabling Superuser Access affect any other users or accounts?
No. Only wtit_ao_superuser is removed. Customer RA accounts and other WT-managed accounts are unaffected.
What if the device is running F5OS older than 1.8.0?
The enable request will fail immediately. No changes are made to the device. Upgrade to F5OS-A β₯ 1.8.0 and retry.