You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/08/10 12:13:11 UTC

[GitHub] [inlong] GanfengTan opened a new pull request, #5468: [INLONG-5466][Agent] Manager Open API secret config

GanfengTan opened a new pull request, #5468:
URL: https://github.com/apache/inlong/pull/5468

   Add Manager Open API secret config
   - Fixes #5466 
   
   ### Motivation
   no
   
   ### Modifications
   
   no
   
   ### Verifying this change
   
   *(Please pick either of the following options)*
   
   - [x] This change is a trivial rework/code cleanup without any test coverage.
   
   - [ ] This change is already covered by existing tests, such as:
     *(please describe tests)*
   
   - [ ] This change added tests and can be verified as follows:
   
   


-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] GanfengTan commented on a diff in pull request #5468: [INLONG-5466][Docker] Add the ENV for Manager Open API secret config

Posted by GitBox <gi...@apache.org>.
GanfengTan commented on code in PR #5468:
URL: https://github.com/apache/inlong/pull/5468#discussion_r942540881


##########
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:
   done



-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] dockerzhang commented on a diff in pull request #5468: [INLONG-5466][Agent] Manager Open API secret config

Posted by GitBox <gi...@apache.org>.
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] dockerzhang merged pull request #5468: [INLONG-5466][Docker] Add the ENV for Manager Open API secret config

Posted by GitBox <gi...@apache.org>.
dockerzhang merged PR #5468:
URL: https://github.com/apache/inlong/pull/5468


-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org