[pve-devel] [PATCH] [PATCH pve-cluster] SSO feature: login with SAMLv2

Julien BLAIS webmaster at jbsky.fr
Thu May 27 23:55:12 CEST 2021


Adding the file /etc/pve/tmp/saml managed by the Auth::SAML plugin

Signed-off-by: Julien BLAIS <webmaster at jbsky.fr>
---
 data/PVE/Cluster.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm
index 4d09c60..9a45b4f 100644
--- a/data/PVE/Cluster.pm
+++ b/data/PVE/Cluster.pm
@@ -75,6 +75,7 @@ my $observed = {
     'sdn/dns.cfg' => 1,
     'sdn/.running-config' => 1,
     'virtual-guest/cpu-models.conf' => 1,
+    'tmp/saml' => 1,
 };
 
 sub prepare_observed_file_basedirs {
-- 
2.20.1





More information about the pve-devel mailing list