ist-supsi / istsosproxy

Secure Istsos token managment through a server side proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

istsosproxy

Secure Istsos token managment through a server side proxy

Settings

Add not versioned file settings_private.py whith the following content adapted:

# logger settings
LOGGERS = [
    "info:stdout"
]  # syntax "severity:filename" filename can be stderr or stdout

ISTSOS_SERVICES = 'ceresiohourly'
ISTSOS_USERNAME = '<username>'
ISTSOS_PASSWORD = '<password>'

About

Secure Istsos token managment through a server side proxy

License:MIT License


Languages

Language:Python 75.9%Language:Dockerfile 24.1%