Alon Bar-Lev has posted comments on this change.

Change subject: tools: extensions-tool: initial implementation aaa
......................................................................


Patch Set 3:

(1 comment)

https://gerrit.ovirt.org/#/c/41605/3/backend/manager/extension-tool/src/main/java/org/ovirt/engine/exttool/aaa/AAAServiceImpl.java
File 
backend/manager/extension-tool/src/main/java/org/ovirt/engine/exttool/aaa/AAAServiceImpl.java:

Line 379:         String passwordType = (String)actionArgs.get("password");
Line 380: 
Line 381:         if(passwordType.startsWith("interactive")) {
Line 382:             System.out.print("Please enter password: ");
Line 383:             password = System.console().readLine();
hmmm :)

this should be hidden input.
Line 384:         } else if(passwordType.startsWith("pass:")) {
Line 385:             password = passwordType.substring(5);
Line 386:         } else if(passwordType.startsWith("env:")) {
Line 387:             password = System.getenv(passwordType.substring(4));


-- 
To view, visit https://gerrit.ovirt.org/41605
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I1811c5845bf02c30f1acd2938074070fb661af38
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ondra Machacek <omach...@redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Ondra Machacek <omach...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to