trinity/trinity-gateway-service
| Variable Name | Required | Description | Defaults to |
|---|---|---|---|
MACMA_URL |
The URL of the MACMA installation with protocol host and port. |
- |
|
MACMA_PQM_BACKEND_CLIENT_ID |
The Client-ID of PQM which is configured in MACMA. |
- |
|
MACMA_PQM_FRONTEND_CLIENT_ID |
The MACMA frontend client id of PQM |
- |
|
MACMA_PQM_BACKEND_CLIENT_SCOPE |
The MACMA private client id of PQM |
aud:{{NEXEED_PPM_MACMA_CLIENT_ID}} |
|
MACMA_PQM_BACKEND_CLIENT_SECRET |
The Client-Secret of PPM which is configured in MACMA (e.g. <uuid>). |
- |
|
MACMA_MACMA_BACKEND_CLIENT_SCOPE |
aud:{{NEXEED_MACMA_MACMA_CLIENT_ID}} |
||
MACMA_MMPD_BACKEND_CLIENT_SCOPE |
aud:{{NEXEED_MMPD_MACMA_CLIENT_ID}} |
||
MACMA_PORTAL_BACKEND_CLIENT_SCOPE |
aud:{{NEXEED_PORTAL_MACMA_CLIENT_ID}} |
||
JAVA_CACERT_FILE |
Filename including location of the trusted certificate file (cacerts) |
/etc/ssl/java/cacerts |
|
JAVA_CACERT_STORE_PASS |
Trust store password |
changeit |
|
JAVA_CACERT_KEY_PASS |
Key password (cannot be different than trust store password) |
changeit |
|
JAVA_SERVER_CERT_FILE |
Certificate file for server TLS endpoint |
server.crt |
|
JAVA_SERVER_KEY_FILE |
Key file for server TLS endpoint in /etc/ssl/server |
server.key |
|
JAVA_SERVER_KEY_PASS |
Optional password for key file in /etc/ssl/server |
secret |
|
JAVA_SERVER_CACERT_FILE |
Optional additional trusted certificate in /etc/ssl/trusted |
- |
|
JAVA_KEYSTORE_FILE |
Filename of keystore (relative to certificate volume) |
/etc/ssl/java/java.pfx |
|
JAVA_KEYSTORE_PASS |
Key store password |
changeit |
|
JAVA_TLS_DISABLE |
Optionally disable TLS for Java for specific use-cases |
false |
|
TGW_PORT |
Service Port |
8080 |
|
GATEWAY_HTTPS_KEYPASS |
Keystore pass |
- |
|
GATEWAY_HTTPS_KEYSTORE |
Keystore file |
- |
|
PORTAL_URL |
Used to set security headers. |
- |
|
NEXEED_SERVER_TLS_ENABLED |
Enables/Disables TLS |
true |
|
STATIC_CONTENT_URL |
Routing information |
http://ppm-static-content:80 |
|
TRINITY_CORE_SERVICE_URL |
Routing information |
http://trinity-core-service:9560 |
|
TRINITY_CORE_SERVICE_WS_URL |
Routing information |
ws://trinity-core-service:9560 |
|
TGW_DISABLE_RATE_LIMITER |
Enables or disables user based rate limiting on HTTP endpoints. |
false |