Skip to content

djs3/swiss-guard

Repository files navigation

Swiss Guard

Build Status Docker Pulls

A Finatra Thrift server application for users and authentication.

Swiss Guard Flag

Running

Migrations

sbt auth/flywayMigrate

Update Submodules

git submodule update --init --recursive

Environment variables

Database

Name Description Default
SG_DB_HOST Postgres url localhost:54321
SG_DB_USERNAME Postgres database username postgres
SG_DB_PASSWORD Postgres database password postgres

Tokens

Name Description Default
SG_TOKEN_SECRET Secret used to sign jwt tokens magnets

Zipkin

Name Description Default
SG_ZIPKIN_HOST Hostname for Zipkin localhost
SG_ZIPKIN_PORT Port for Zipkin 9410

License

Copyright 2016 Divan Visagie

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

General finatra thrift based user management service designed to be completely generic

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors