1
0
mirror of synced 2026-01-09 06:03:17 -05:00
Files
airbyte/airbyte-bootloader
Michael Siega 490f0ca241 Introduce secrets management into workspace persistence (#17851)
* no-op refactor: rename getStandardWorkspace to prepare to introduce secrets

* no-op refactor: rename writeStandardWorkspace to prepare to introduce secrets

* introduce secrets management into workspace persistence
2022-10-12 16:07:57 +02:00
..
2022-03-13 14:45:36 -07:00

airbyte-bootloader

This application runs at start up for Airbyte. It is responsible for making sure that the environment is upgraded and in a good state. e.g. It makes sure the database has been migrated to the correct version.

Entrypoint

  • BootloaderApp.java - has the main method for running the bootloader.