5.3.5. Creating a Complete Permission Table
Use the Satellite CLI to create a permission table.
Procedure
Ensure that the required packages are installed. Execute the following command on the Satellite Server:
satellite-maintain packages install foreman-console
# satellite-maintain packages install foreman-console
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Start the Satellite console with the following command:
foreman-rake console
# foreman-rake console
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Insert the following code into the console:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow The above syntax creates a table of permissions and saves it to the
/tmp/table.html
file.Press
Ctrl
+D
to exit the Satellite console. Insert the following text at the first line of/tmp/table.html
:<table border="1"><tr><td>Permission name</td><td>Actions</td><td>Resource type</td></tr>
<table border="1"><tr><td>Permission name</td><td>Actions</td><td>Resource type</td></tr>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Append the following text at the end of
/tmp/table.html
:</table>
</table>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow -
Open
/tmp/table.html
in a web browser to view the table.