Is it possible to use a local connector registry instead of a remote one ?
- Dominant language
- Python
- Stars
- 22.1k
- Forks
- 5.3k
- PR merge metrics
- PR metrics pending
Description
### Helm Chart Version
2.0.19
### What step the error happened?
On deploy
### Relevant information
airbyte-bootloader pods failing in bootstrap phase during connection to the remote connector registry
the value of the following env var is set as follows:
CONNECTOR_REGISTRY_SEED_PROVIDER: remote
This is the default by the chart.
We are running on an air-gapped environment.
Is there a way to circumvent this phase ?
Are we able to supply the json file that is being retrieved by other means ?
### Relevant log output
```shell
2025-12-30 10:15:39,757 [main] [34mINFO[0;39m i.a.b.DefaultPostLoadExecutor(execute):30 - Updating connector definitions
2025-12-30 10:15:40,215 [main] [1;31mERROR[0;39m i.a.b.ApplicationKt(main):28 - Unable to bootstrap Airbyte environment.
java.lang.RuntimeException: Failed to fetch remote connector registry
at io.airbyte.config.specs.RemoteDefinitionsProvider.getRemoteConnectorRegistry(RemoteDefinitionsProvider.kt:214)
at io.airbyte.config.specs.$RemoteDefinitionsProvider$Definition$Intercepted.$$access$$getRemoteConnectorRegistry(Unknown Source)
at io.airbyte.config.specs.$RemoteDefinitionsProvider$Definition$Exec.dispatch(Unknown Source)
at io.micronaut.context.AbstractExecutableMethodsDefinition$DispatchedExecutableMethod.invoke(AbstractExecutableMethodsDefinition.java:456)
Thank you!
```
Contributor guide
Assessment
This issue has not been assessed yet.