diff options
Diffstat (limited to 'src/zenserver/storage/storageconfig.h')
| -rw-r--r-- | src/zenserver/storage/storageconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/zenserver/storage/storageconfig.h b/src/zenserver/storage/storageconfig.h index 6124cae14..dd8c41041 100644 --- a/src/zenserver/storage/storageconfig.h +++ b/src/zenserver/storage/storageconfig.h @@ -159,6 +159,8 @@ struct ZenStorageServerConfig : public ZenServerConfig bool ObjectStoreEnabled = false; bool ComputeEnabled = true; std::string ScrubOptions; + std::filesystem::path OidcTokenExecutable; + bool AllowExternalOidcTokenExe = true; }; struct ZenStorageServerCmdLineOptions @@ -176,6 +178,7 @@ struct ZenStorageServerCmdLineOptions std::string OpenIdProviderName; std::string OpenIdProviderUrl; std::string OpenIdClientId; + std::string OidcTokenExecutable; void AddSecurityOptions(cxxopts::Options& options, ZenStorageServerConfig& ServerOptions); |