Sign inSign up

stratajs/strata-service-tools

By stratajs

•Updated 3 months ago

A series of tools for inspecting, working with, and injecting messages into strata queues.

Image
1

3.4K

stratajs/strata-service-tools repository overview

⁠Strata Service Tools

This is an ui for calling strata services.

⁠Auth

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.

⁠Docker

If you're deploying via docker, you will need to know about the following environment variables:

Env VarDefaultRequiredDescription
SERVER_PORT9000falseThe port the http and socket.io server runs on.
SESSION_SECRET-trueThe secret key for generating sessions. Note: You should always specify this.
GITLAB_URL'https://gitlab.com'falseThe url to the gitlab instance for authentication.
GITLAB_CLIENT_ID-trueThe client id for you app from gitlab.
GITLAB_CLIENT_SECRET-trueThe client secret for your app from gitlab.
CALLBACK_BASE_URL'http://localhost:9000'falseThe base url of your running app, for the oauth callback.

Tag summary

Content type

Image

Digest

sha256:1a15dd4cc…

Size

64.7 MB

Last updated

3 months ago

docker pull stratajs/strata-service-tools