Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

HarborSetupSecrets

Robert Clegg edited this page Feb 15, 2019 · 1 revision

Setup: Secrets

You must add a file named secret.yml to the directory alc-harbor/roles/harbor/settings/. The content of this file must follow this structure:

harbor_admin_password: ExamplePassword1

harbor_db_password: ExamplePassword2

s3_access_key: ExampleKey1
s3_secret_key: ExampleKey2

This file must not me committed to git (by default, it is ignored via the file alc-harbor/roles/harbor/settings/.gitignore).

After deployment, you will be able to login to the service with the username admin and with the password given as harbor_admin_password.