Skip to content

License

AGPL-3.0, AGPL-3.0 licenses found

Licenses found

AGPL-3.0
LICENSE
AGPL-3.0
COPYING
Notifications You must be signed in to change notification settings

orchestrafm/profiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

AGPL-3.0, AGPL-3.0 licenses found

Licenses found

AGPL-3.0
LICENSE
AGPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published