-
Type:
Feature
-
Resolution: Done
-
Priority:
Blocker
-
Affects Version/s: None
-
Component/s: None
-
None
Add automatic configuration of user's MyProxy endpoint to the the MyProxyLogon application auto-launch. The MyProxy host and port should be derived from the user's Yadis record.
An updated version of the application and details can be found below:
Check out the GIT repository here:
git@esg-repo.llnl.gov:esg-myproxy-logon.git
I added the command line arguments that override the .MyProxyLogon settings at runtime if specified. This way, a JNLP file can be dynamically generated and/or commands can be passed to MyProxyLogon with correct settings. Any and all of the following options can be used:
java -jar dist/MyProxyLogon-ESG.jar -u neillm
java -jar dist/MyProxyLogon-ESG.jar -u neillm -h foo.com
java -jar dist/MyProxyLogon-ESG.jar -u neillm -h foo.com -p 12345
An updated version of the application and details can be found below:
Check out the GIT repository here:
git@esg-repo.llnl.gov:esg-myproxy-logon.git
I added the command line arguments that override the .MyProxyLogon settings at runtime if specified. This way, a JNLP file can be dynamically generated and/or commands can be passed to MyProxyLogon with correct settings. Any and all of the following options can be used:
java -jar dist/MyProxyLogon-ESG.jar -u neillm
java -jar dist/MyProxyLogon-ESG.jar -u neillm -h foo.com
java -jar dist/MyProxyLogon-ESG.jar -u neillm -h foo.com -p 12345