Fabric includes an authentication mechanism that enables managing user access control and restrictions, such as:
User access control management can be performed using either:
Web Admin UI
Fabric database credentials are saved in Cassandra under the k2auth keyspace in the following four tables:
Fabric database credentials are validated each time a user attempts to access Fabric via the console, Web Services or other interfaces. Permissions can be set on an LU level or an LUI level.
Note that to avoid authentication of a user on an LUI level, set DISABLE_LUI_AUTH in the config.ini file to true. By default, this parameter is false.
Create the users and define their credentials, as follows:
Create a new user and a new role.
Exit Fabric and log in with this user or use the token to invoke a [Web Service]().
By default, Fabric creates the admin user as the initial superuser when starting for the first time and defines their user and password as "admin". Fabric can also be started for the first time with another initial superuser that is not defined as admin/admin.
Fabric includes an authentication mechanism that enables managing user access control and restrictions, such as:
User access control management can be performed using either:
Web Admin UI
Fabric database credentials are saved in Cassandra under the k2auth keyspace in the following four tables:
Fabric database credentials are validated each time a user attempts to access Fabric via the console, Web Services or other interfaces. Permissions can be set on an LU level or an LUI level.
Note that to avoid authentication of a user on an LUI level, set DISABLE_LUI_AUTH in the config.ini file to true. By default, this parameter is false.
Create the users and define their credentials, as follows:
Create a new user and a new role.
Exit Fabric and log in with this user or use the token to invoke a [Web Service]().
By default, Fabric creates the admin user as the initial superuser when starting for the first time and defines their user and password as "admin". Fabric can also be started for the first time with another initial superuser that is not defined as admin/admin.