This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 258c634a8 [INLONG-5393][Agent] Fix docker image of agent stuck in
starting (#5395)
258c634a8 is described below
commit 258c634a897d33ed81efd96548ae34e7d58b915e
Author: Lucas <[email protected]>
AuthorDate: Mon Aug 8 17:00:30 2022 +0800
[INLONG-5393][Agent] Fix docker image of agent stuck in starting (#5395)
---
inlong-agent/agent-docker/agent-docker.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/inlong-agent/agent-docker/agent-docker.sh
b/inlong-agent/agent-docker/agent-docker.sh
index 8179234c3..56a8b3568 100644
--- a/inlong-agent/agent-docker/agent-docker.sh
+++ b/inlong-agent/agent-docker/agent-docker.sh
@@ -36,6 +36,8 @@ audit.proxys=$AUDIT_PROXY_URL
agent.cluster.tag=$CLUSTER_TAG
agent.cluster.name=$CLUSTER_NAME
agent.cluster.inCharges=$CLUSTER_IN_CHARGES
+agent.manager.auth.secretId=
+agent.manager.auth.secretKey=
EOF
# start
bash +x ${file_path}/bin/agent.sh start