Skip to content

Commit 8054c09

Browse files
Merge pull request #30 from telefonicaid/task/add_http_connector_with_basic_auth
add http connector with basic auth (version 0.9.0 with basic) for master
2 parents 10f156b + 8dd4e0a commit 8054c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ RUN mkdir -p ${CONNECT_PLUGIN_PATH}/mongodb && \
9393
RUN cd /tmp && \
9494
git clone https://github.com/telefonicaid/http-connector-for-apache-kafka-graphql.git && \
9595
cd http-connector-for-apache-kafka-graphql && \
96-
git checkout version0.9.0 || true && \
96+
git checkout version0.9.0_basic || true && \
9797
./gradlew clean distTar && \
9898
mkdir -p ${CONNECT_PLUGIN_PATH}/http-connector && \
9999
tar xfv build/distributions/http-connector-for-apache-kafka-0.9.0.tar -C ${CONNECT_PLUGIN_PATH}/http-connector --strip-components=1 && \

0 commit comments

Comments
 (0)