Set up Database Center

Before you begin

Before you set up Database Center, complete the steps in the following sections.

Grant billing permissions

Grant the roles/billing.admin IAM role.

Grant IAM permissions

Before members of your team can use Database Center, they need Identity and Access Management (IAM) permissions. This step is typically performed by an administrator.

Permission levels determine the resources that Database Center users can view. To let users access all resources for your organization, we recommend that you grant organization-level permissions.

To grant IAM permissions using the Google Cloud CLI, choose one of the following options:

  • Grant permissions at the organization level:

    gcloud organizations add-iam-policy-binding ${ORGANIZATION_NUMBER} --member='user:ldap@domain.com'
    --role='roles/databasecenter.viewer'
    
    
    gcloud organizations add-iam-policy-binding ${ORGANIZATION_NUMBER} --member='group:groupname@google.com' --role='roles/databasecenter.viewer'
    
    
  • Grant permissions at the folder level:

    gcloud resource-manager folders add-iam-policy-binding ${CONSUMER_FOLDER} --member='user:ldap@domain.com' --role='roles/databasecenter.viewer'
    
    
    gcloud resource-manager folders add-iam-policy-binding ${CONSUMER_FOLDER}
    --member='group:groupname@google.com' --role='roles/databasecenter.viewer'
    
    
  • Grant permissions at the project level:

    gcloud projects add-iam-policy-binding ${CONSUMER_PROJECT} --member='user:ldap@domain.com' --role='roles/databasecenter.viewer'
    
    
    gcloud projects add-iam-policy-binding ${CONSUMER_PROJECT} --member='group:groupname@google.com' --role='roles/databasecenter.viewer'
    
    

Enable Security Command Center

To gain access to security-related health issues in Database Center, enable Security Command Center at your preferred pricing tier:

  1. To gain access to basic security issues, enable Security Command Center Standard. To gain access to all health issues supported by Security Command Center, enable Security Command Center Premium.

    For more information about Security Command Center tiers and pricing, see Security Command Center pricing.

    For more information about the security issues supported in Database Center, see Limitations.

  2. Activate Security Command Center.

Enable Gemini in Databases

Complete all the steps in Set up Gemini in Databases.

What's next