DOCSMANAGE CREDENTIALS FOR DATABASE

Manage Credentials for Database

Loading last updated info...

Use this guide if you need to find current EagleEye database credentials after deployment.

Required roles and permissions

You need access to the EagleEye managed resource group and Key Vault.

Recommended minimum roles:

Find database credentials in Azure Portal

  1. In Azure Portal -> Resource groups, open the resource group used for EagleEye deployment.
  2. Open the EagleEye managed application project.Image
  3. Open the Managed resource group (for example, mrg-ssweagleeye-xxx).Image
  4. Open the shared Key Vault (for example, kv-shared-xxx).Image
  5. Go to Secrets and open the required secret:
    • Database-ReadOnly-Username
    • Database-ReadOnly-Password
    • Database-ReadWrite-Username
    • Database-ReadWrite-Password
    • Database-Admin-Username
    • Database-Admin-Password Image
  6. Click the secret name to open its versions.Image
  7. Select the latest (current) version.
  8. Click Show Secret Value to reveal the value, then copy it as needed (for example, for Power BI setup).Image
Tip: For Power BI setup, use the Database-ReadOnly-Username and Database-ReadOnly-Password values.

Changing database credentials

This guide does not cover changing database usernames/passwords.

⚠️ Important: Changing a database credential value in Key Vault does not change the underlying Azure SQL user credentials (Admin, ReadWrite, ReadOnly).

For now, use this guide for finding credentials only.

In a future version of EagleEye, you will be able to change database credentials directly from the EagleEye Portal.

Related guides