A series of tools for inspecting, working with, and injecting messages into strata queues.
3.4K
This is an ui for calling strata services.
SST currently uses GitLab as an identity provider. The reason for this is that it works for our internal development,
and because I had to pick something. In the future, adding a generic OAuth2 provider should be doable, and making` it
more configurable to support any passport.js strategies should be pretty straightforward.
Note: This does support on-premise instances of GitLab.
If you're deploying via docker, you will need to know about the following environment variables:
| Env Var | Default | Required | Description |
|---|---|---|---|
| SERVER_PORT | 9000 | false | The port the http and socket.io server runs on. |
| SESSION_SECRET | - | true | The secret key for generating sessions. Note: You should always specify this. |
| GITLAB_URL | 'https://gitlab.com' | false | The url to the gitlab instance for authentication. |
| GITLAB_CLIENT_ID | - | true | The client id for you app from gitlab. |
| GITLAB_CLIENT_SECRET | - | true | The client secret for your app from gitlab. |
| CALLBACK_BASE_URL | 'http://localhost:9000' | false | The base url of your running app, for the oauth callback. |
Content type
Image
Digest
sha256:1a15dd4cc…
Size
64.7 MB
Last updated
3 months ago
docker pull stratajs/strata-service-tools