Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.77 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.77 KB

Orchestra FM Profiles Service

This service provides user authentication and session handling.

GitHub GitHub go.mod Go version GitHub code size in bytes GitHub language count GitHub top language Go Report Card CircleCI tickgit

Requirements

Configuration

The following variables MUST be defined by the environment in order for the application to run properly.

IDP_ADDR
IDP_REALM

OIDC_CLIENT_ID
OIDC_CLIENT_SECRET
OIDC_URL

MYSQL_DB
MYSQL_HOST
MYSQL_USER
MYSQL_PASS

Development Setup

  1. Run task buiild, this will automatically pack and embed migrations into the final binary.
  2. Ensure the following environment variables listed in Configuration.
  3. Execute the application, the migrations will run at startup.