What ID and pasword should I use to run the scm command line process form a RTC command line build?
Steve Jordan (11●2●2●4)
| asked Apr 28 '17, 2:54 p.m.
retagged May 11 '17, 9:11 a.m. by Ken Tessier (841●1●7) If I want to run the scm command line tool from a build, what ID and password would I use to logon to the repository/ How is the password kept secure? If I want to always use the RTC Build ID, can I point to the stored password file, does the diff command know how to decrypt the password? |
2 answers
The ID must:
See the RTC Knowledge Center / Rational Team Concert / Reference / e.g. SCM Comments Additionally; as of RTC 6.0.3 the scm CLI provides the --generatePasswordFile and --password-file options in which you can supply your (encrypted) password:
See also: https://jazz.net/help-dev/clm/topic/com.ibm.team.build.doc/topics/t_authen_jbe_cli.html
|
Geoffrey Clemm (30.1k●3●30●35)
| answered Apr 29 '17, 12:56 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER For maximal security, you would use the password file option. Note that although the password file is encoded, to keep the password secure you need to read-protect the password file. This ensures that the security of the password file is at the same level as the security of the operating system that manages the file.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.