mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-02-24 23:45:18 +08:00
make sso_providers optional
This commit is contained in:
parent
de691f1a6b
commit
5a74efeae1
1 changed files with 2 additions and 0 deletions
|
@ -377,6 +377,8 @@ pub struct WarpgateConfigStore {
|
|||
pub targets: Vec<Target>,
|
||||
pub users: Vec<User>,
|
||||
pub roles: Vec<Role>,
|
||||
|
||||
#[serde(default)]
|
||||
pub sso_providers: Vec<SsoProviderConfig>,
|
||||
|
||||
#[serde(default)]
|
||||
|
|
Loading…
Reference in a new issue