Merge pull request 'fix: pass OIDC_OFFLINE_ACCESS through to the app container' (#21) from fix/compose-offline-access-passthrough into main

This commit was merged in pull request #21.
This commit is contained in:
2026-08-11 22:29:19 +00:00
+1
View File
@@ -117,6 +117,7 @@ services:
# added to .env but not listed here never reaches the container.
OIDC_ISSUER_MCP: ${OIDC_ISSUER_MCP:-}
OIDC_AUDIENCE_SCOPE: ${OIDC_AUDIENCE_SCOPE:-}
OIDC_OFFLINE_ACCESS: ${OIDC_OFFLINE_ACCESS:-}
PLUGIN_MARKETPLACE_URL: ${PLUGIN_MARKETPLACE_URL:-}
PLUGIN_MARKETPLACE_NAME: ${PLUGIN_MARKETPLACE_NAME:-shared-memory}