You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It uses [GitHub tokens](https://docs.github.com/en/actions/security-guides/automatic-token-authentication) for authentication method but your server may support
53
-
other token provider. To execute the client against the envoy-mobile cluster add
54
-
the argument
49
+
In the second authentication case you should count with a valid token. On EngFlow clusters you may get a new access token by
50
+
accessing the cluster's UI under the tab `Getting Started`. To execute the client against your cluster, add the argument
55
51
56
-
1.`--token=token issued by valid authority`
52
+
1.`--token=your-long-JWT-token`
57
53
holds the authentication token.
58
54
Needed for both `grpc://` and `grpcs://` connections
59
55
60
56
Run the client using
61
57
62
58
```bash
63
59
bazel run //java/com/engflow/notificationqueue:client -- \
0 commit comments