zeebe-client-node-js icon indicating copy to clipboard operation
zeebe-client-node-js copied to clipboard

Feature: Support new JSON config

Open jwulf opened this issue 4 years ago • 1 comments

{
    "gateway": {
        "address": "ea3edb7e-aa8d-4f1f-a5e2-80a26d7b0e04.zeebe.camunda.io:443",
        "tls": true
    },
    "authProvider": {
        "name": "oauth2",
        "config": {
            "accessTokenUri": "https://login.cloud.camunda.io/oauth/token/",
            "clientId": "1XgyYXKO8eabwE60mvL94Y7FA0lGJi5k",
            "clientSecrect": "ZtJUJmuYE4koEoKOsOg3EPqJ5VpOfaMb09IBjttQLJxsbyl9in7yM6R5Y1dLFpUG",
            "audience": "ea3edb7e-aa8d-4f1f-a5e2-80a26d7b0e04.zeebe.camunda.io"
        }
    }
}

Depends on upstream feature: https://github.com/zeebe-io/zeebe/issues/3544

jwulf avatar Dec 13 '19 13:12 jwulf

/lm add enhancement

celanthe avatar Mar 02 '21 20:03 celanthe

This has been closed upstream.

jwulf avatar May 04 '23 23:05 jwulf