-
Notifications
You must be signed in to change notification settings - Fork 212
Update Segment script #5313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
fyi @Oanh-and-only-Oanh. Can we put this one on the P1 list? |
Please see the comments on appirio-tech/connect-app#4282 for updated advice on how to implement this. |
@ajefts @jswheeler Can you share the API Key in Slack please? |
@luizrrodrigues Just checking when this one will be released? I keep seeing the milestone adjusted, but not sure what that means for the dates. Thanks. |
Hey @ajefts sorry delay on this. I forget to update status here, we deployed this to QA, but failed, implementation have an issue, I'll include this to next release Thursday. |
thanks for the update @luizrrodrigues |
verified on staging Network tab there are be 2 requests POST to https://api.segment.io/v1/i, one will send it to segment and one will send only to chameleon (with request payload { integrations: { All: false, Chameleon: true }}) |
verified on staging(develop branch) Network tab there ar 2 requests POST to https://api.segment.io/v1/i, one will send it to segment and one will send only to chameleon (with request payload { integrations: { All: false, Chameleon: true }}) |
verified on prod |
@SathyaJayabal I'll reopen this one until @ajefts check. @ajefts This one was release, please let me know if working well in your side. Thanks. |
Uh oh!
There was an error while loading. Please reload this page.
To comply with the latest security model, we need to update the segment script that is being included in the app.
Please refer to https://help.trychameleon.com/en/articles/4281577-using-secure-identity-verification-beta for the full explanation. We will be using the approach of modifying the want we include and call the Segment script.
Here is an example of the code that needs to be added/modified. Also see the attachment.
topcoder-segment-example.js (1).txt
Expected behavior
Notify @ajefts and @jswheeler once this is updated and they can verify if the change is functioning.
Note
The uid_hash can be obtained from @ajefts or @jswheeler AND needs to be included as an env var so it doesn't get publicly exposed.
The text was updated successfully, but these errors were encountered: