Commit 6ab0e78 1 parent 78ae5ff commit 6ab0e78 Copy full SHA for 6ab0e78
File tree 2 files changed +3
-2
lines changed
inlong-agent/agent-docker
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,6 @@ docker pull inlong/agent:latest
10
10
```
11
11
docker run -d --name agent -p 8008:8008 \
12
12
-e MANAGER_OPENAPI_IP=manager_opeapi_ip -e DATAPROXY_IP=dataproxy_ip \
13
+ -e MANAGER_OPENAPI_AUTH_ID=auth_id -e MANAGER_OPENAPI_AUTH_KEY=auth_key \
13
14
-e MANAGER_OPENAPI_PORT=8082 -e DATAPROXY_PORT=46801 inlong/agent
14
15
```
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ audit.proxys=$AUDIT_PROXY_URL
36
36
agent.cluster.tag=$CLUSTER_TAG
37
37
agent.cluster.name=$CLUSTER_NAME
38
38
agent.cluster.inCharges=$CLUSTER_IN_CHARGES
39
- agent.manager.auth.secretId=
40
- agent.manager.auth.secretKey=
39
+ agent.manager.auth.secretId=$MANAGER_OPENAPI_AUTH_ID
40
+ agent.manager.auth.secretKey=$MANAGER_OPENAPI_AUTH_KEY
41
41
EOF
42
42
# start
43
43
bash +x ${file_path} /bin/agent.sh start
You can’t perform that action at this time.
0 commit comments