Closed jludvice closed 6 years ago
How is user supposed to find out what went wrong ?
I think the idea is to use health checks see syndesisio/syndesis-project#42
Why is token incorrect ? Which value caused invalid_client_id error?
The OAuth client id also known as consumer key, one of the two values set on settings page (the other one is secret)
Did I fill wrong token or did I fill it properly and it just didn't get into right place ?
Take a look at the k8s secrets that are used in the integration, they should correspond to the value from Salesforce settings
I'm supposed to fill those tokens as a citizen user right @zregvart ? Am I as a citizen developer expected to know what is k8s secret and be able to find stored values from there ?
I'm supposed to fill those tokens as a citizen user right @zregvart ?
I don't think so, the Settings tab is for administrative user, we could make that clearer in Global user settings story
Am I as a citizen developer expected to know what is k8s secret and be able to find stored values from there ?
I don't think so, the health checks should alert the citizen user that the integration is not running, thereon the citizen user could verify the connectivity on the connections being used in the integration, and failing that alert the administrator.
Actually I can't do validation, because I get HTTP 500 :(
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its recipients. This is a temporary error. The following address(es) deferred:
chirino@gmail.com Domain hiramchirino.com has exceeded the max emails per hour (182/150 (121%)) allowed. Message will be reattempted later
------- This is a copy of the message, including all the headers. ------
Received: from o10.sgmail.github.com ([167.89.101.201]:41158)
by host313.hostmonster.com with esmtps (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128)
(Exim 4.89_1)
(envelope-from bounces+848413-18a6-hiram=hiramchirino.com@sgmail.github.com)
id 1f0Nml-0013eX-Au
for hiram@hiramchirino.com; Mon, 26 Mar 2018 02:47:23 -0600
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com;
h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe;
s=s20150108; bh=b3sAWB9a2ceJCXcp7iDH2TuH68U=; b=w3RuaghzIt/+2f/G
k+Ztjwe+VQN6AR3WOIoJZbqwzt+5mbivjPMmTc7uiKaTMpD2JrV/Ve08Z8nErxKW
sdT1ApqLoqO7asBQBRmqvwfHDi2OLGM85IC/7Yv5dAKi8BGLegv32skR+yjkxyKi
NB5Bz9POl/s6nnYBlwUimRyNw7w=
Received: by filter0382p1iad2.sendgrid.net with SMTP id filter0382p1iad2-12829-5AB8B390-3
2018-03-26 08:47:12.183355557 +0000 UTC
Received: from smtp.github.com (out-2.smtp.github.com [192.30.252.193])
by ismtpd0002p1iad1.sendgrid.net (SG) with ESMTP id EHEB9gDRThKPagg8L1kC2A
for hiram@hiramchirino.com; Mon, 26 Mar 2018 08:47:12.075 +0000 (UTC)
Date: Mon, 26 Mar 2018 08:47:12 +0000 (UTC)
From: Zoran Regvart notifications@github.com
Reply-To: syndesisio/syndesis-project reply@reply.github.com
To: syndesisio/syndesis-project syndesis-project@noreply.github.com
Cc: Subscribed subscribed@noreply.github.com
Message-ID: syndesisio/syndesis-project/issue/90/issue_event/1540317574@github.com
In-Reply-To: syndesisio/syndesis-project/issues/90@github.com
References: syndesisio/syndesis-project/issues/90@github.com
Subject: Re: [syndesisio/syndesis-project] How to debug failures in
integration startup (#90)
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="--==_mimepart_5ab8b38ff2d8a_19fc3f8b57bc2f3816033";
charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: zregvart
X-GitHub-Recipient: chirino
X-GitHub-Reason: subscribed
List-ID: syndesisio/syndesis-project
----==_mimepart_5ab8b38ff2d8a_19fc3f8b57bc2f3816033 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit
Closed #90.
-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/syndesisio/syndesis-project/issues/90#event-1540317574 ----==_mimepart_5ab8b38ff2d8a_19fc3f8b57bc2f3816033 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit
Closed #90.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
----==_mimepart_5ab8b38ff2d8a_19fc3f8b57bc2f3816033--
I just created integration from twitter to salesforce and log from integration pod
oc logs -f twitter-to-salesforce-e2e-1-x57pq
gives me this outputHow is user supposed to find out what went wrong ? Why is token incorrect ? Which value caused
invalid_client_id
error? Did I fill wrong token or did I fill it properly and it just didn't get into right place ?