Compare commits
2 Commits
b3d0896f51
...
ff55932d44
Author | SHA1 | Date |
---|---|---|
|
ff55932d44 | 2 years ago |
|
6e15aa5fe9 | 2 years ago |
2 changed files with 62 additions and 3 deletions
@ -1,6 +1,14 @@ |
|||
# [auth.rxbn.de](https://auth.rxbn.de) - Single sign-on (SSO) Service |
|||
|
|||
Single sign-on authentication and authorization service for rxbn.de services |
|||
Single sign-on authentication service for rxbn.de services |
|||
|
|||
# Environment variables |
|||
- __*DB_URL*__ := [MongoDB Connection URI String Format](https://docs.mongodb.com/manual/reference/connection-string/), ex.: mongodb://mongoDBUser:[email protected]:27017/admin |
|||
- __*DB_NAME*__ := MongoDB Database, ex.: authRxbn |
|||
- __*SESSION_KEY*__ := SessionKey to encrypt sessions |
|||
- __*COOKIE_KEY*__ := CookieKey to encrypt cookies |
|||
- __*PROMETHEUS_USER*__ := PrometheusUser for basic authentication on prometheus endpoints, ex.: test |
|||
- __*PROMETHEUS_PW*__ := PrometheusPassword for basic authentication on prometheus endpoints, ex.: test |
|||
|
|||
# start server |
|||
## regular |
|||
|
Loading…
Reference in new issue