Purpose of "Jazz Team Server" consumer key
What is the purpose of the "Jazz Team Server" inbound consumer key for the Jazz dependent applications (namely, CCM and QM).
It seems that it is automatically created by the setup wizard, but when and where is it used?
And also, if it is accidentally deleted, how can it be regenerated?
I am working with RTC and RQM version 4.0.5
Accepted answer
https://jazz.net/downloads/jazz-foundation/releases/3.0?p=news
http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m4/topic/com.ibm.help.common.jazz.calm.doc/topics/tservertoserverestablish.html
http://pic.dhe.ibm.com/infocenter/rtczhelp/v2r0m0/topic/com.ibm.jazz.repository.web.admin.doc/topics/tconfigoauth.html
Associating a pre-authorized user with a consumer key allows requests to be made by this user without additional authorization. Applications use this capability to run background administrative tasks, such as send e-mail notifications, without user intervention. Pre-authorized users can be associated with a consumer key programmatically. The OAuth Consumer Management page in the Admin UI also supports the management of consumer key properties by allowing the name, secret, pre-authorized user, and trusted values to be edited.Depending on how you "delete" it, you may follow these instructions to re-establish the communication (or maybe just run the JTS Setup again and register the applications).
http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m4/topic/com.ibm.help.common.jazz.calm.doc/topics/tservertoserverestablish.html
http://pic.dhe.ibm.com/infocenter/rtczhelp/v2r0m0/topic/com.ibm.jazz.repository.web.admin.doc/topics/tconfigoauth.html
Comments
Thanks for the answer.
I need to know this: what are the consequences of not having this key properly configured?
Can this impact the normal functioning of the Jazz platform (by "normal functioning" I mean, connect to the applications, use them for their purposes, and use the data warehouse features)?
Or is this key necessary only for advanced, non-standard configurations?
Hi Luca,
If I understand correctly, if the keys are not properly configured, the Jazz applications (CCM, QM and RM) will not be working properly. During user interactions, it may prompt the user to accept such keys. For background jobs such as ETL, it may just silently fail.
I have precisely a problem with the ccm ETL jobs.
When I run them on my explicit request, they are executed.
Instead, they are not executed by nightly scheduled task, and no error is traced in the logs.
is it possible that the jts application is not able to request the execution of the ccm etl data, due to the lack of a consumer key?