Power School
10/27/2024, 9:02 AMuser
10/27/2024, 9:02 AMabctl
command-line tool to manage credentials: 2. To set your email, run: abctl local credentials --email <mailto:your_email@example.com|your_email@example.com>
3. To set your password, run: abctl local credentials --password new_password
4. If you need to retrieve your credentials, you can use: abctl local credentials
This will display your email, password, client-id, and client-secret [Quickstart > 2: Run Airbyte Part 1](https://docs.airbyte.com/using-airbyte/getting-started/oss-quickstart#2-run-airbyte). Remember, for self-managed Airbyte, you're creating credentials for the entire instance rather than individual user accounts. If you need multi-user access with different permissions, you might want to consider using Airbyte Cloud or implementing additional authentication layers in front of your self-managed Airbyte instance.