Admin UI
Accessing the Control Panel
From the root fides
directory, run the following:
1 2 3 4 |
|
This will navigate you to the admin-ui
directory, and start the development environment.
Visit http://localhost:3000/
in your browser, and provide your user credentials to log in.
Backend deployment
Fides automatically serves a version of the UI when running nox -s dev
.
To deploy a full version of the UI from a backend, run the following from the root fidesops directory:
1 2 3 4 |
|
This will build and place the Admin UI files into a location accessible by backend fidesops deployments.
To test the UI, run nox -s dev
from the root directory, and visit http://0.0.0.0:8080/index.html
.