Extension PubSub from EBS always returning forbidden

I just decoded your JWT and It looks like

{
“exp”: 1524136668,
“user_id”: “14900522”,
“role”: “external”,
“channel_Id”: “14900522”,
“pubsub_perms”: {
“send”: [ “*” ]
}
}

The important detail being that channel_Id needs to be channel_id. Can you try rencoding your JWT?