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/storageconfig.h | |
| 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/storageconfig.h')
| -rw-r--r-- | src/zenserver/storage/storageconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenserver/storage/storageconfig.h b/src/zenserver/storage/storageconfig.h index b265572cc..f7ed68ace 100644 --- a/src/zenserver/storage/storageconfig.h +++ b/src/zenserver/storage/storageconfig.h @@ -158,6 +158,7 @@ struct ZenStorageServerConfig : public ZenServerConfig bool ObjectStoreEnabled = false; std::string ScrubOptions; std::filesystem::path OidcTokenExecutable; + bool AllowExternalOidcTokenExe = true; }; struct ZenStorageServerCmdLineOptions |