.env file:
OPS_OPENOPS_ADMIN_EMAILOPS_OPENOPS_ADMIN_PASSWORD
Creating new user accounts
OpenOps doesn’t currently provide a UI for creating user accounts; instead, you can do it with two API calls. The first API call is to sign in the admin user:token.
Use that token in one of the following ways:
- Send it in the
Authorizationheader asBearer <token>. - Send it as a cookie named
token.
Viewing the OpenAPI UI
OpenOps serves a Swagger UI at:http://your-openops-installation/api/v1/openapi
