diff options
| author | Liam Mitchell <[email protected]> | 2026-03-04 17:31:29 -0800 |
|---|---|---|
| committer | Liam Mitchell <[email protected]> | 2026-03-04 17:31:29 -0800 |
| commit | c852b646f456ea5ec09d875c949d4cfbae46e45a (patch) | |
| tree | 4d9cc4438632f00aa4672f201d603f5aaf035c04 /src/zenserver/storage/zenstorageserver.cpp | |
| parent | Pass command-line OidcToken option through config rather than env variables, ... (diff) | |
| download | zen-c852b646f456ea5ec09d875c949d4cfbae46e45a.tar.xz zen-c852b646f456ea5ec09d875c949d4cfbae46e45a.zip | |
Allow external OidcToken executable to be specified unless disabled via command line or config
Diffstat (limited to 'src/zenserver/storage/zenstorageserver.cpp')
| -rw-r--r-- | src/zenserver/storage/zenstorageserver.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/zenserver/storage/zenstorageserver.cpp b/src/zenserver/storage/zenstorageserver.cpp index 381ef028a..cf4936f6f 100644 --- a/src/zenserver/storage/zenstorageserver.cpp +++ b/src/zenserver/storage/zenstorageserver.cpp @@ -211,7 +211,8 @@ ZenStorageServer::InitializeServices(const ZenStorageServerConfig& ServerOptions *m_AuthMgr, *m_OpenProcessCache, *m_JobQueue, - ServerOptions.OidcTokenExecutable}); + ServerOptions.OidcTokenExecutable, + ServerOptions.AllowExternalOidcTokenExe}); if (ServerOptions.WorksSpacesConfig.Enabled) { |