Procedure

  1. Check Harbor installation.

    SSH to workload cluster using TCA Embedded SSH Client and check if all pods are up and running.


    Verify Harbor installation
  2. Access Harbor UI using FQDN (helm property externalURL) which is provided during the Harbor CNF instantiation.
  3. Harbor default username is admin and password should be the value of helm property harborAdminPassword provided during Harbor CNF instantiation.
  4. After the Harbor installation is completed, change the authentication auth mode (Database, LDAP, UADD, OIDC), if required. Database is the default authentication mode.
  5. After you choose authentication method and add a new user other than admin to Harbor, authentication method can not be changed without deploying a completely fresh Harbor.

    For the workaround to change the authentication mode, see https://github.com/goharbor/harbor/wiki/Harbor-FAQs#authentication.

  6. Enable Harbor Logging by following the steps provided in Collecting Harbor Logs.
  7. Enable Harbor backup and restore by following the steps provided in Backup and Restoring Harbor.