dockerzhang commented on code in PR #5468: URL: https://github.com/apache/inlong/pull/5468#discussion_r942531449
########## inlong-agent/agent-docker/README.md: ########## @@ -10,5 +10,6 @@ docker pull inlong/agent:latest ``` docker run -d --name agent -p 8008:8008 \ -e MANAGER_OPENAPI_IP=manager_opeapi_ip -e DATAPROXY_IP=dataproxy_ip \ +-e MANAGER_OPENAPI_USERNAME=user_name -e MANAGER_OPENAPI_PASSWORD=password \ Review Comment: MANAGER_OPENAPI_USERNAME MANAGER_OPENAPI_PASSWORD -> MANAGER_OPENAPI_AUTH_ID=auth_id MANAGER_OPENAPI_AUTH_KEY=auth_key -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
