elpablos / seacat-admin-webui

User Interface for TeskaLabs SeaCat Administration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SeaCat Admin WebUI

SeaCat Admin WebUI provides a self-care portal for administration as a superstructure for SeaCat Auth.

Credentials administration

Credentials administration

Tenants administration

Tenants administration

Sessions administration

Sessions administration

Roles administration

Roles administration

Resources administration

Resources administration

Clients administration

Clients administration

Dependencies

SeaCat Auth service

Information about how to setup SeaCat Auth service can be found here: https://github.com/TeskaLabs/seacat-auth

Clone SeaCat Admin WebUI

$ git clone https://github.com/TeskaLabs/seacat-admin-webui
$ cd seacat-admin-webui

Prerequisities

Initiate ASAB-WebUI submodule

asab-webui must be pulled so that can be referenced from the UI project.

$ git submodule update --init --recursive

Installation

Install all necessary dependecies

$ yarn install

Start in dev environment

Run application in dev environment

$ yarn start -c conf/config.js

Build to production or build environment

$ yarn build

SeaCat Admin modules

SeaCat Auth module

This module serves the purpose of administration maintenance. Some parts of the module stays hidden for credentials without particular resource.

Create credentials on first initialization

On first application initialization, one have to login in provisioning mode to create a initial administrator credential. This mode has to be set up in SeaCat Auth configuration.

Home module

This module serves the purpose of displaying the basic information about SeaCat Admin application. This module is optional and can be removed via configuration in conf/config.js

Default SeaCat Admin resources

  • authz:superuser - users with this resource can see and trigger any action available in SeaCat Admin application
  • authz:tenant:admin - users with this resource has limited rights options compared to superuser
  • seacat:access - users with this resource has read-only rights

Restricted access

Credentials without authz:superuser or seacat:access resource are not able to display any data if they enter the application. Administrator's Auth module will not be displayed in the Sidebar of the application as well.

Branding and styling customization

For custom branding and styling customization, please follow a guidline on docs.teskalabs.com

About

User Interface for TeskaLabs SeaCat Administration

License:GNU General Public License v3.0


Languages

Language:JavaScript 93.5%Language:SCSS 4.3%Language:HTML 1.8%Language:CSS 0.3%