jiangpengcheng commented on code in PR #5252:
URL: https://github.com/apache/openwhisk/pull/5252#discussion_r884365867


##########
core/invoker/src/main/resources/application.conf:
##########
@@ -176,6 +176,8 @@ whisk {
   }
 
   invoker {
+    username: "invoker.user"

Review Comment:
   scheduler already has such config 
https://github.com/apache/openwhisk/blob/master/core/scheduler/src/main/resources/application.conf#L62-L63
   
   and `.` is not special for curl:
   
   ```
   [raja@localhost ansible]$ curl -u invoker.user:invoker.pass 
https://localhost:12001/isEnabled -k
   {"enabled":true}
   ```



-- 
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]

Reply via email to