Hello everyone! I recently started playing around with Airbyte, I had a question about the API: Is there a way to enforce authentication through API tokens on the endpoints? There is a section
here to provide a Bearer token to be used under the “Authentication” section, but it doesn’t seem to be enforced. Our use case would be to be able to programmatically set-up airflow without having to use the UI, but in a secure way. Thanks!