raphaelauv
raphaelauv
Yes, I renamed the issue to explicit the support of all current configuration fields of the connector
@tchiotludo With this configuration, the connect page is working but the others throw an error and do not accept an empty field for the brokers ```yaml akhq: image: tchiotludo/akhq environment:...
For API_KEY when the authorization is missing then it's a `403` https://github.com/tiangolo/fastapi/blob/e77ea635777d2494690ba3eb62bd005b9edeefde/fastapi/security/api_key.py#L27 but for bearer it's a `401` if it's missing https://github.com/tiangolo/fastapi/blob/e77ea635777d2494690ba3eb62bd005b9edeefde/fastapi/security/oauth2.py#L158
@aaaaahaaaaa You could open a PR to correct this
fastAPI is a web framwork built on starlette ( a simpler web framework) and pydantic And to run fastAPI you need a web server ( ASGI compatible ) so fastAPI...
Also a folder option would be nice : dockstation would take all the *yml files inside the folder or a multi files selector like what I'm doing there : https://github.com/docker/compose/issues/7855
Any news ? Thanks
0.28.2 is not on dockerhub -> https://hub.docker.com/r/confluentinc/ksqldb-server/tags
Your tool is very cool , is there a git repo for the source code ?
I don't know if it help but this work ```yaml aiven-rest-proxy: image: ghcr.io/aiven/karapace:3.3.1 entrypoint: - /bin/bash - /opt/karapace/start.sh - rest ports: - "8082:8082" environment: KARAPACE_PORT: 8082 KARAPACE_HOST: 0.0.0.0 KARAPACE_ADVERTISED_HOSTNAME: aiven-rest-proxy...