Sign inSign up

sdcplatform/ras-rm-auth-service

By sdcplatform

•Updated over 5 years ago

ras-rm-auth-service

Image
0

6.8K

sdcplatform/ras-rm-auth-service repository overview

⁠ras-rm-auth-service

An API for the ras-rm services that handles account management for respondents only

⁠Setup

Based on python 3.9

Use Pyenv⁠ to manage installed Python versions

Install dependencies to a new virtual environment using Pipenv⁠

pip install -U pipenv
pipenv install

⁠Developing

Run the tests

make test

Run the server

make start

⁠Environment Variables

  • LOGGING_LEVEL: Logging level, defaults to INFO
  • DATABASE_URI: Defaults to "postgresql://postgres:postgres@localhost:6432/postgres"
  • SECURITY_USER_NAME: Basic http auth username
  • SECURITY_USER_PASSWORD: Basic http auth password

Tag summary

Content type

Image

Digest

Size

197.2 MB

Last updated

over 5 years ago

docker pull sdcplatform/ras-rm-auth-service