Skip to content

End-user database Workflow

Here is an example workflow for connecting to a database:

  1. Get a short-lived SSO password for a database from the SIA service:
    idsec sia sso short-lived-password
    
  2. Log in directly to the database:
    psql "host=mytenant.postgres.cyberark.cloud user=user@cyberark.cloud.12345@postgres@mypostgres.fqdn.com"