feat: update entrypoint to autogenerate SAML certificate and private key

Signed-off-by: Thomas Stocker <thomas.stocker.pro@gmail.com>
This commit is contained in:
Thomas Stocker
2025-11-12 15:11:31 +01:00
committed by Bryan Frimin
parent 53965631c8
commit 9adc975369
2 changed files with 32 additions and 8 deletions

View File

@@ -128,12 +128,12 @@ This document provides a comprehensive reference for all environment variables u
## SAML Authentication
| Variable | Description | Default Value | Required |
| ------------------------------- | ----------------------------------------------------------------- | ----------------------- | -------- |
| `SAML_SESSION_DURATION` | SAML session validity duration in seconds | `604800` (7 days) | No |
| `SAML_CLEANUP_INTERVAL_SECONDS` | Interval in seconds for cleaning up expired SAML sessions (0=off) | `0` (disabled) | No |
| `SAML_CERTIFICATE` | SAML service provider certificate in PEM format | - | No |
| `SAML_PRIVATE_KEY` | SAML service provider private key in PEM format | - | No |
| Variable | Description | Default Value | Required |
| ------------------------------- | ----------------------------------------------------------------- |------------------| -------- |
| `SAML_SESSION_DURATION` | SAML session validity duration in seconds | `604800` (7 days) | No |
| `SAML_CLEANUP_INTERVAL_SECONDS` | Interval in seconds for cleaning up expired SAML sessions (0=off) | `0` (disabled) | No |
| `SAML_CERTIFICATE` | SAML service provider certificate in PEM format | `autogenerated` | No |
| `SAML_PRIVATE_KEY` | SAML service provider private key in PEM format | `autogenerated` | No |
## Custom Domains