LogoLogo
Go to Syntho.AI
English
English
  • Welcome to Syntho
  • Overview
    • Get started
      • Syntho bootcamp
        • 1. What is Syntho?
        • 2. Introduction data anonymization
        • 3. Connectors & workspace creation
        • 4. PII scan
        • 5. Generators
          • Mockers
          • Maskers
          • AI synthesize
          • Calculated columns
          • Free text de-identification
        • 6. Referential integrity & foreign keys
        • 7. Workspace synchronization & validation
        • 8. Workspace & user management
        • 9. Large workloads​
        • 10. Data pre-processing
        • 11. Continuous Success
      • Prerequisites
      • Sample datasets
      • Introduction to data generators
    • Frequently asked questions
  • Setup Workspaces
    • View workspaces
    • Create a workspace
      • Connect to a database
        • PostgreSQL
        • MySQL / MariaDB
        • Oracle
        • Microsoft SQL Server
        • DB2
        • Databricks
          • Importing Data into Databricks
        • Hive
        • SAP Sybase
        • Azure Data Lake Storage (ADLS)
        • Amazon Simple Storage Service (S3)
      • Workspace modes
    • Edit a workspace
    • Duplicate a workspace
    • Transfer workspace ownership
    • Share a workspace
    • Delete a workspace
    • Workspace default settings
  • Configure a Data Generation Job
    • Configure table settings
    • Configure column settings
      • AI synthesize
        • Sequence model
          • Prepare your sequence data
        • QA report
        • Additional privacy controls
        • Cross-table relationships limitations
      • Mockers
        • Text
          • Supported languages
        • Numeric (integer)
        • Numeric (decimal)
        • Datetime
        • Other
      • Mask
        • Text
        • Numeric (integer)
        • Numeric (decimal)
        • Datetime
        • UUID
      • Duplicate
      • Exclude
      • Consistent mapping
      • Calculated columns
      • Key generators
        • Differences between key generators
      • JSON de-identification
    • Manage personally identifiable information (PII)
      • Privacy dashboard
      • Discover and de-identify PII columns
        • Identify PII columns manually
        • Automatic PII discovery with PII scanner
      • Remove columns from PII list
      • Automatic PII discovery and de-identification in free text columns
      • Supported PII & PHI entities
    • Manage foreign keys
      • Foreign key inheritance
      • Add virtual foreign keys
        • Add virtual foreign keys
        • Use foreign key scanner
        • Import foreign keys via JSON
        • Export foreign keys via JSON
      • Delete foreign keys
    • Validate and Synchronize workspace
    • View and adjust generation settings
  • Deploy Syntho
    • Introduction
      • Syntho architecture
      • Requirements
        • Requirements for Docker deployments
        • Requirements for Kubernetes deployments
      • Access Docker images
        • Online
        • Offline
    • Deploy Syntho using Docker
      • Preparations
      • Deploy using Docker Compose
      • Run the application
      • Manually saving logs
      • Updating the application
    • Deploy Syntho using Kubernetes
      • Preparations
      • Deploy Ray using Helm
        • Upgrading Ray CRDs
        • Troubleshooting
      • Deploy Syntho using Helm
      • Validate the deployment
      • Troubleshooting
      • Saving logs
      • Upgrading the applications
    • Manage users and access
      • Single Sign-On (SSO) in Azure
      • Manage admin users
      • Manage non-admin users
    • Logs and monitoring
      • Does Syntho collect any data?
      • Temporary data storage by application
  • Syntho API
    • Syntho REST API
Powered by GitBook
On this page
  • Admin user rights
  • Create first admin users
  • Kubernetes
  • Docker
  • Grant admin user rights
  • Revoke admin user rights

Was this helpful?

  1. Deploy Syntho
  2. Manage users and access

Manage admin users

PreviousSingle Sign-On (SSO) in AzureNextManage non-admin users

Last updated 14 days ago

Was this helpful?

Admin users are Syntho users with special administrative rights. One admin is required to use Syntho, and for security it is wise to limit the total number of admin users.

Admin user rights

  • Create new users: Admins can create new users.

  • Delete existing users: Admins can remove users from the user list.

  • View workspaces: Admins can view the entire list of workspaces that have been created by all users. However, they are not automatically granted access rights to each workspace. Admins can only view and edit workspaces that they themselves own or which are shared with them.

  • Change role of a user for any workspace

  • Transfer ownership of a workspace: (Feature coming soon)

Create first admin users

To create the first admin users for a new instance of Syntho, you add the credentials to your environment variables.

When you create Syntho users with these email addresses, they are granted admin rights.

Kubernetes

See: .

Docker

See: .

Grant admin user rights

You can grant administrator rights to an existing non-admin user. To grant admin rights to a user:

  • Select user, then click on Make admin.

Revoke admin user rights

You can remove administrator rights from an existing admin user. To remove an admin's rights:

  • Select user, then click on Revoke admin.

Admins cannot revoke their own admin rights.

For admins that are configured in the environment variables, you must update the environment variables to revoke their admin rights.

Deploy Syntho using Kubernetes > Deploy Syntho using Helm > Configuring the Backend > Admin user credentials
Make Admin
Revoke admin
Deploy Syntho using Docker > Deploy Syntho Application > Configuring the Backend > Admin user credentials